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

Adds Link Time Optimization cmake option. #301

Merged
merged 2 commits into from Apr 23, 2014

Conversation

Sonicadvance1
Copy link
Contributor

Adds a LTO option that isn't enabled by default.
Allows building release binaries with link time optimizations without generating a -dirty build.
Not enabled by default due to concerns of memory usage and increased build time.

Moves GDBSTUB to the top as well where it should be.
Adds a LTO option that isn't enabled by default.
Allows building release binaries with link time optimizations without generating a -dirty build.
Not enabled by default due to concerns of memory usage and increased build time.
@@ -204,6 +207,10 @@ if(UNIX AND NOT APPLE)
check_and_add_flag(VISIBILITY_HIDDEN -fvisibility=hidden)
endif()

if(ENABLE_LTO)

This comment was marked as off-topic.

This comment was marked as off-topic.

delroth added a commit that referenced this pull request Apr 23, 2014
Adds Link Time Optimization cmake option.
@delroth delroth merged commit 65e0579 into dolphin-emu:master Apr 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants