godot-cpp/tools
Fabio Alessandrelli d421c98461 [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-04 10:16:17 -05:00
..
android.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:56:32 -05:00
common_compiler_flags.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:56:32 -05:00
godotcpp.py [SCons] Add option to build without threads 2024-09-04 09:58:58 -05:00
ios.py SCons: Remove old Python 2 compat code 2024-09-04 10:09:15 -05:00
linux.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:56:32 -05:00
macos.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:56:32 -05:00
my_spawn.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:56:32 -05:00
web.py [Web/SCons] Use CCFLAGS for SIDE_MODULE option 2024-09-04 10:16:17 -05:00
windows.py SCons: Add `silence_msvc` option 2024-07-17 09:57:01 -05:00