godot-cpp/tools
Fabio Alessandrelli 42d9ac3b08 [Web/SCons] Use CCFLAGS for SIDE_MODULE option
Was using CPPFLAGS, but should use the explicit scons CCFLAGS which
makes it clear they are applied to both the C and C++ compiler.

CPPFLAGS was also fine (they are preprocessor flags, also applied to
both C and C++), but we should try to stay consistent with what we do
in Godot.

(cherry picked from commit f36acd8e31)
2024-09-03 17:16:05 -05:00
..
android.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
common_compiler_flags.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
godotcpp.py [SCons] Add option to build without threads 2024-09-03 17:10:30 -05:00
ios.py SCons: Remove old Python 2 compat code 2024-09-03 17:10:40 -05:00
linux.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
macos.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
my_spawn.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
web.py [Web/SCons] Use CCFLAGS for SIDE_MODULE option 2024-09-03 17:16:05 -05:00
windows.py SCons: Add `silence_msvc` option 2024-07-17 09:17:49 -05:00