mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Remove unnecessary forced -fno-exceptions for web builds
The SCons build doesn't do this, so neither should CMake Excpetions are already handled by DISABLE_EXCEPTIONS option
This commit is contained in:
@@ -23,7 +23,6 @@ function(web_generate)
|
|||||||
PUBLIC #
|
PUBLIC #
|
||||||
-sSIDE_MODULE
|
-sSIDE_MODULE
|
||||||
-sSUPPORT_LONGJMP=wasm
|
-sSUPPORT_LONGJMP=wasm
|
||||||
-fno-exceptions
|
|
||||||
$<${THREADS_ENABLED}:-sUSE_PTHREADS=1>
|
$<${THREADS_ENABLED}:-sUSE_PTHREADS=1>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user