Browse Source

Merge pull request #1738 from ytnuf/exception

Remove unnecessary forced -fno-exceptions for web builds
David Snopek 5 months ago
parent
commit
0b6350dd29
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>
     )