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 6a47f84 commit c1ee586Copy full SHA for c1ee586
unittests/CppInterOp/CMakeLists.txt
@@ -58,6 +58,7 @@ if(EMSCRIPTEN)
58
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"
59
PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
60
PUBLIC "SHELL: --emrun"
61
+ PUBLIC "SHELL: --O0"
62
)
63
endif()
64
@@ -109,6 +110,7 @@ if(EMSCRIPTEN)
109
110
111
112
PUBLIC "SHELL: --preload-file ${ESCAPED_TEST_SHARED_LIBRARY_PATH}/libTestSharedLib.so@/libTestSharedLib.so"
113
114
115
116
0 commit comments