Browse Source

remove EMSCRIPTEN_NOCATCH
commit_hash:36788a02d46f24bdae19925c66cff7f5fe83c4e2

savichevdm 5 months ago
parent
commit
5a4233d13d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build/conf/compilers/gnu_compiler.conf

+ 0 - 1
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