Skip to content

Commit 0b6350d

Browse files
authored
Merge pull request godotengine#1738 from ytnuf/exception
Remove unnecessary forced -fno-exceptions for web builds
2 parents a3f8921 + 43690cb commit 0b6350d

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)