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:
ytnuf
2025-03-10 13:28:37 +00:00
parent a3f89217df
commit 43690cb60b

View File

@@ -23,7 +23,6 @@ function(web_generate)
PUBLIC #
-sSIDE_MODULE
-sSUPPORT_LONGJMP=wasm
-fno-exceptions
$<${THREADS_ENABLED}:-sUSE_PTHREADS=1>
)