godot-cpp/tools
Fabio Alessandrelli 1bb543b6f4 [Web] Force emcc to use "wasm" longjmp mode
SUPPORT_LONGJMP have changed since emscripten 3.1.32 to default to
"wasm" mode when exceptions are enabled, and "emscripten" mode when
disabled.

While we generally doesn't use exception in core, linked libraries may
need them, and emscripten don't plan to support WASM EH + Emscripten
SjLj in the long term.
2024-06-14 01:46:04 +02:00
..
android.py [SCons] Split `targets.py`, apply flags from tools 2024-02-16 23:08:06 +01:00
common_compiler_flags.py [SCons] Split `targets.py`, apply flags from tools 2024-02-16 23:08:06 +01:00
godotcpp.py Merge pull request #1451 from Faless/build/to_threads_or_not_to_threads 2024-05-16 10:39:57 -05:00
ios.py [SCons] Split `targets.py`, apply flags from tools 2024-02-16 23:08:06 +01:00
linux.py [SCons] Split `targets.py`, apply flags from tools 2024-02-16 23:08:06 +01:00
macos.py [SCons] Split `targets.py`, apply flags from tools 2024-02-16 23:08:06 +01:00
my_spawn.py [SCons] Move toolchains logic to tools folder. 2022-06-27 20:44:12 +02:00
web.py [Web] Force emcc to use "wasm" longjmp mode 2024-06-14 01:46:04 +02:00
windows.py [SCons] Split `targets.py`, apply flags from tools 2024-02-16 23:08:06 +01:00