Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lto scons option, defaulting to "none". | Lukas Tenbrink | 2024-11-12 | 1 | -0/+30 |
| | |||||
* | Add support for LLVM/MinGW and ARM64 Windows builds. | bruvzg | 2024-08-12 | 1 | -1/+1 |
| | |||||
* | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 1 | -1/+0 |
| | |||||
* | [SCons] Split `targets.py`, apply flags from tools | Fabio Alessandrelli | 2024-02-16 | 1 | -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`. |