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

Commits on Apr 23, 2014

  1. Moves a few Cmake options so that debug options are near one another.

    Moves GDBSTUB to the top as well where it should be.
    Sonicadvance1 committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    c44df3d View commit details
    Browse the repository at this point in the history
  2. Adds Link Time Optimization cmake option.

    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.
    Sonicadvance1 committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    cc2dac6 View commit details
    Browse the repository at this point in the history