summaryrefslogtreecommitdiffstats
path: root/tools/common_compiler_flags.py
Commit message (Collapse)AuthorAgeFilesLines
* Add lto scons option, defaulting to "none".Lukas Tenbrink2024-11-121-0/+30
|
* Add support for LLVM/MinGW and ARM64 Windows builds.bruvzg2024-08-121-1/+1
|
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-1/+0
|
* [SCons] Split `targets.py`, apply flags from toolsFabio Alessandrelli2024-02-161-0/+94
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`.