Skip to content
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

Makefile refactoring. #106

Merged
merged 2 commits into from
Mar 18, 2020
Merged

Makefile refactoring. #106

merged 2 commits into from
Mar 18, 2020

Conversation

sunfishcode
Copy link
Member

These changes are factored out of #89. NFC.

These changes are factored out of #89. NFC.
cmake -B build/libcxxabi -G Ninja $(LIBCXXABI_CMAKE_FLAGS) \
-DCMAKE_C_FLAGS="$(DEBUG_PREFIX_MAP)" \
-DCMAKE_CXX_FLAGS="$(DEBUG_PREFIX_MAP)" \
-DLIBCXXABI_LIBDIR_SUFFIX=/wasm32-wasi \
Copy link
Member

Choose a reason for hiding this comment

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

Why are these three flags remaining inline?

Copy link
Member Author

Choose a reason for hiding this comment

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

It anticipates the LTO patch, where there are different flags for LTO and non-LTO.

@sunfishcode sunfishcode merged commit 1731513 into master Mar 18, 2020
@sunfishcode sunfishcode deleted the tidy branch March 18, 2020 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants