Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lto scons option, defaulting to "none". | Lukas Tenbrink | 2024-11-12 | 1 | -0/+5 |
| | |||||
* | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 1 | -0/+1 |
| | |||||
* | [SCons] Split `targets.py`, apply flags from tools | Fabio Alessandrelli | 2024-02-16 | 1 | -0/+3 |
| | | | | | | | | | 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`. | ||||
* | [SCons] Fixed crashes in several scripts | DmitriySalnikov | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1191 from Faless/build/unify_osxcross | David Snopek | 2023-07-31 | 1 | -5/+25 |
|\ | | | | | [SCons] Merge OSXCross tools into platform ones | ||||
| * | [SCons] Merge OSXCross tools into platofrm ones | Fabio Alessandrelli | 2023-07-23 | 1 | -5/+25 |
| | | |||||
* | | Add platform macros | Adam Scott | 2023-07-23 | 1 | -0/+2 |
|/ | |||||
* | [SCons] Add "optimize" and "debug_symbols" options | Fabio Alessandrelli | 2022-09-12 | 1 | -5/+0 |
| | | | | | | | | | optimize = auto|none|debug|speed|size|0|1|2|3 debug_symbol = True|False optimize == "auto" will produce: - "debug" for "debug" builds - "speed" for "release" builds | ||||
* | Rename OSX to macOS. | bruvzg | 2022-07-20 | 1 | -0/+55 |