Adam Scott
|
9d9f4279ed
|
Add platform macros
|
2023-07-23 19:23:01 -04:00 |
bruvzg
|
6e7a24d390
|
Fix Android build on macOS.
|
2022-11-10 15:20:15 +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 |
Fabio Alessandrelli
|
0943dfc34a
|
[CI] Fix Android builds after GH container update.
|
2022-07-28 06:30:04 +02:00 |
Fabio Alessandrelli
|
93f2091185
|
[SCons] Move toolchains logic to tools folder.
|
2022-06-27 20:44:12 +02:00 |