Explorar o código

Merge pull request #1738 from ytnuf/exception

Remove unnecessary forced -fno-exceptions for web builds
David Snopek hai 6 meses
pai
achega
0b6350dd29
Modificáronse 1 ficheiros con 0 adicións e 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>
     )