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

[3.x] SCons: Refactor LTO options with lto=<none|thin|full> #63309

Merged
merged 1 commit into from
Sep 8, 2022

Commits on Sep 5, 2022

  1. SCons: Refactor LTO options with lto=<none|thin|full>

    Adds support for LTO on macOS and Android.
    Disable LTO by default on iOS even if `production=yes` is set.
    
    Also add `linker` option to `server` platform missed in godotengine#63283.
    
    Refactor code handling old arguments to make it simpler (breaks compat,
    but is explicit enough about it and scripts are easy to fix).
    akien-mga committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    570e6c1 View commit details
    Browse the repository at this point in the history