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

[SCons] Split targets.py, apply flags from tools #1392

Merged
merged 1 commit into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. [SCons] Split targets.py, apply flags from tools

    Split `targets` tool logic, moving all the compiler-specific flags to a
    new `common_compiler_flags.py` file, and everything else (CPPDEFINES,
    optimize option logic, dev build logic, etc) to the `godotcpp` tool.
    
    The default tools now apply the common compiler flags by importing the
    file and explicitly calling `configure`.
    Faless committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    16df4bf View commit details
    Browse the repository at this point in the history