Skip to content

Commit 43690cb

Browse files
committed
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
1 parent a3f8921 commit 43690cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/web.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function(web_generate)
2323
PUBLIC #
2424
-sSIDE_MODULE
2525
-sSUPPORT_LONGJMP=wasm
26-
-fno-exceptions
2726
$<${THREADS_ENABLED}:-sUSE_PTHREADS=1>
2827
)
2928

0 commit comments

Comments
 (0)