Lukas Tenbrink
17818534d9
Add lto scons option, defaulting to "none".
2025-01-27 15:51:38 -06:00
Thaddeus Crews
c35e7545b7
Integrate `.pre-commit-config.yaml`
...
(cherry picked from commit e0d363aad8
)
2024-07-17 09:17:36 -05:00
Fabio Alessandrelli
1517a24f72
[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`.
(cherry picked from commit 16df4bff30
)
2024-03-11 12:46:58 -05:00
DmitriySalnikov
0e5975dd26
[SCons] Fixed crashes in several scripts
2023-09-09 12:44:14 +03:00
David Snopek
845226d66a
Merge pull request #1191 from Faless/build/unify_osxcross
...
[SCons] Merge OSXCross tools into platform ones
2023-07-31 15:40:27 -05:00
Adam Scott
9d9f4279ed
Add platform macros
2023-07-23 19:23:01 -04:00
Fabio Alessandrelli
6d195137fe
[SCons] Merge OSXCross tools into platofrm ones
2023-07-23 22:54:07 +02:00
Fabio Alessandrelli
2bf983e638
[SCons] Add "optimize" and "debug_symbols" options
...
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
2022-09-12 16:52:05 +02:00
bruvzg
0ee980abae
Rename OSX to macOS.
2022-07-20 11:01:47 +03:00