Browse Source

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
ytnuf 5 months ago
parent
commit
43690cb60b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cmake/web.cmake

+ 0 - 1
cmake/web.cmake

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