mirror of https://github.com/pyodide/pyodide.git
Add another symbol to force inclusion of C++ exceptions
This commit is contained in:
parent
a02c2de983
commit
b3d8e4c2a7
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ LDFLAGS=\
|
|||
-s MAIN_MODULE=1 \
|
||||
-s EMULATED_FUNCTION_POINTERS=1 \
|
||||
-s EMULATE_FUNCTION_POINTER_CASTS=1 \
|
||||
-s EXPORTED_FUNCTIONS='["_main", "__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv"]' \
|
||||
-s EXPORTED_FUNCTIONS='["_main", "__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv", "__ZNSt11logic_errorC2EPKc"]' \
|
||||
-s WASM=1 \
|
||||
-s SWAPPABLE_ASM_MODULE=1 \
|
||||
-s USE_FREETYPE=1 \
|
||||
|
|
Loading…
Reference in New Issue