Skip to content

Commit 85cdecc

Browse files
authored
Update CMakeLists.txt
1 parent 2d61903 commit 85cdecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ 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"
6261
)
6362
endif()
6463

@@ -110,7 +109,6 @@ if(EMSCRIPTEN)
110109
PUBLIC "SHELL: --preload-file ${ESCAPED_SYSROOT_PATH}/include@/include"
111110
PUBLIC "SHELL: --emrun"
112111
PUBLIC "SHELL: --preload-file ${ESCAPED_TEST_SHARED_LIBRARY_PATH}/libTestSharedLib.so@/libTestSharedLib.so"
113-
PUBLIC "SHELL: --O0"
114112
)
115113
endif()
116114

0 commit comments

Comments
 (0)