Skip to content

Commit c1ee586

Browse files
authored
Update CMakeLists.txt
1 parent 6a47f84 commit c1ee586

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ if(EMSCRIPTEN)
5858
PUBLIC "SHELL: -s INITIAL_MEMORY=128mb"
5959
PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
6060
PUBLIC "SHELL: --emrun"
61+
PUBLIC "SHELL: --O0"
6162
)
6263
endif()
6364

@@ -109,6 +110,7 @@ if(EMSCRIPTEN)
109110
PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
110111
PUBLIC "SHELL: --emrun"
111112
PUBLIC "SHELL: --preload-file ${ESCAPED_TEST_SHARED_LIBRARY_PATH}/libTestSharedLib.so@/libTestSharedLib.so"
113+
PUBLIC "SHELL: --O0"
112114
)
113115
endif()
114116

0 commit comments

Comments
 (0)