Skip to content

Commit 2cdf83f

Browse files
authored
See if number of undefined symbols reduced
1 parent b77ac02 commit 2cdf83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if(EMSCRIPTEN)
131131
# https://github.com/llvm/llvm-project/pull/123396
132132
set_target_properties(clangCppInterOp PROPERTIES
133133
NO_SONAME 1
134-
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 ${SYMBOLS_LIST}"
134+
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1"
135135
)
136136
if (CPPINTEROP_ENABLE_TESTING)
137137
# When compiling Emscripten tests the shared library it links to is expected to be in the same folder as the compiled Javascript

0 commit comments

Comments
 (0)