Skip to content

Add option to enable all-in-one build mode #729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 25, 2015

Conversation

bzsolt
Copy link
Member

@bzsolt bzsolt commented Nov 20, 2015

No description provided.

@@ -121,8 +121,11 @@ project (JerryCore CXX C ASM)
set(INCLUDE_THIRD_PARTY_VALGRIND ${CMAKE_SOURCE_DIR}/third-party/valgrind)

# Sources
# All-in-one build
if("${ENABLE_ALL_IN_ONE}" STREQUAL "ON")
set(SOURCE_CORE jerry-all-in.cpp)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would require to manually update contents of jerry-all-in.cpp upon adding / removing / renaming a module.

It would be better, if the file would be created automatically during build and if it would be placed in cmake's build directory instead of repository's root.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@egavrin egavrin added enhancement An improvement infrastructure Related to GH Actions or the tested targets labels Nov 23, 2015
@kkristof kkristof assigned ruben-ayrapetyan and unassigned bzsolt Nov 25, 2015
@ruben-ayrapetyan
Copy link
Contributor

Looks good to me

@LaszloLango
Copy link
Contributor

LGTM

Zsolt Borbély added 2 commits November 25, 2015 14:01
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
Related issue: jerryscript-project#626

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
@LaszloLango LaszloLango merged commit fe15730 into jerryscript-project:master Nov 25, 2015
@bzsolt bzsolt deleted the all-in-one_build branch June 17, 2016 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement infrastructure Related to GH Actions or the tested targets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants