We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59841ac commit ab7adc1Copy full SHA for ab7adc1
1 file changed
config/emsc.mk
@@ -13,7 +13,9 @@ this_static_lib_only := true
13
this_cxxflags += -Wno-version-check
14
15
this_cxxflags += -fwasm-exceptions
16
+this_cxxflags += -sSUPPORT_LONGJMP=wasm
17
this_ldflags += -fwasm-exceptions
18
+this_ldflags += -sSUPPORT_LONGJMP=wasm
19
20
this_cxxflags += -pthread
21
this_ldflags += -pthread
0 commit comments