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 20d7275 commit c96505eCopy full SHA for c96505e
CMakeLists.txt
@@ -57,6 +57,10 @@ else()
57
set(static_default ON)
58
endif()
59
60
+if(EMSCRIPTEN)
61
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -sNO_DISABLE_EXCEPTION_CATCHING ")
62
+endif()
63
+
64
option(BUILD_STATIC_DEPS "Build all dependencies statically rather than trying to link to them on the system" ${static_default})
65
option(STATIC_BUNDLE "Build a single static .a containing everything (both code and dependencies)" ${static_default})
66
0 commit comments