Explorar el Código

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 hace 9 meses
padre
commit
43690cb60b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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>
     )