Rémi Verschelde
bc6cfd70d8
SCons: Remove old Python 2 compat code
...
(cherry picked from commit 958776dfc3
)
2024-09-04 10:09:15 -05:00
Thaddeus Crews
ca26922a19
Integrate `.pre-commit-config.yaml`
...
(cherry picked from commit e0d363aad8
)
2024-07-17 09:56:32 -05:00
Fabio Alessandrelli
670c4d0eac
[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 13:06:57 -05:00
Fabio Alessandrelli
6fa6b8b178
[SCons] Merge OSXCross tools into platofrm ones
...
(cherry picked from commit 6d195137fe
)
2023-08-10 09:09:49 -05:00
Adam Scott
7a9b323931
Add platform macros
...
(cherry picked from commit 9d9f4279ed
)
2023-08-10 09:09:14 -05: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
Fabio Alessandrelli
7850785ccb
[SCons] Add iOS OSXCross support, min version override.
2022-06-27 20:44:12 +02:00
Fabio Alessandrelli
93f2091185
[SCons] Move toolchains logic to tools folder.
2022-06-27 20:44:12 +02:00