Skip to content

Commit ab7adc1

Browse files
committed
emsc: longjmp
1 parent 59841ac commit ab7adc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/emsc.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ this_static_lib_only := true
1313
this_cxxflags += -Wno-version-check
1414

1515
this_cxxflags += -fwasm-exceptions
16+
this_cxxflags += -sSUPPORT_LONGJMP=wasm
1617
this_ldflags += -fwasm-exceptions
18+
this_ldflags += -sSUPPORT_LONGJMP=wasm
1719

1820
this_cxxflags += -pthread
1921
this_ldflags += -pthread

0 commit comments

Comments
 (0)