We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fb662 commit 9c2618aCopy full SHA for 9c2618a
CMakeLists.txt
@@ -58,6 +58,10 @@ else()
58
set(static_default ON)
59
endif()
60
61
+if(EMSCRIPTEN)
62
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -sNO_DISABLE_EXCEPTION_CATCHING ")
63
+endif()
64
+
65
option(BUILD_STATIC_DEPS "Build all dependencies statically rather than trying to link to them on the system" ${static_default})
66
option(STATIC_BUNDLE "Build a single static .a containing everything (both code and dependencies)" ${static_default})
67
0 commit comments