From 43690cb60b29c7668f7e9760cf766f7982637c77 Mon Sep 17 00:00:00 2001 From: ytnuf <161308826+ytnuf@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:28:37 +0000 Subject: [PATCH] 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 --- cmake/web.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/web.cmake b/cmake/web.cmake index e12d389c3..6883f3f5e 100644 --- a/cmake/web.cmake +++ b/cmake/web.cmake @@ -23,7 +23,6 @@ function(web_generate) PUBLIC # -sSIDE_MODULE -sSUPPORT_LONGJMP=wasm - -fno-exceptions $<${THREADS_ENABLED}:-sUSE_PTHREADS=1> )