summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsavichevdm <[email protected]>2024-09-17 20:00:19 +0300
committersavichevdm <[email protected]>2024-09-17 20:18:03 +0300
commit5a4233d13d50077ee5c28693039395901d23c73d (patch)
treeea402fad428878548e90d96b49f5252b058a8e2b
parentad73802f079a708231d906dd7273a632db735851 (diff)
remove EMSCRIPTEN_NOCATCH
commit_hash:36788a02d46f24bdae19925c66cff7f5fe83c4e2
-rw-r--r--build/conf/compilers/gnu_compiler.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf
index 9d995a31924..91b43ac6387 100644
--- a/build/conf/compilers/gnu_compiler.conf
+++ b/build/conf/compilers/gnu_compiler.conf
@@ -83,7 +83,6 @@ when ($ARCH_WASM64 == "yes") {
when ($ARCH_WASM32 == "yes") {
CFLAGS+=-D_musl_
- CFLAGS+=-DEMSCRIPTEN_NOCATCH -fignore-exceptions
}
CFLAGS+=$_C_FLAGS $DEBUG_INFO_FLAGS $_C_FOPTIONS $C_WARNING_OPTS $GCC_PREPROCESSOR_OPTS $USER_CFLAGS $USER_CFLAGS_GLOBAL