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 b77ac02 commit 2cdf83fCopy full SHA for 2cdf83f
lib/Interpreter/CMakeLists.txt
@@ -131,7 +131,7 @@ if(EMSCRIPTEN)
131
# https://github.com/llvm/llvm-project/pull/123396
132
set_target_properties(clangCppInterOp PROPERTIES
133
NO_SONAME 1
134
- LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 ${SYMBOLS_LIST}"
+ LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1"
135
)
136
if (CPPINTEROP_ENABLE_TESTING)
137
# 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