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 6ed5bc8 commit d1e3e08Copy full SHA for d1e3e08
unittests/CppInterOp/TestSharedLib/CMakeLists.txt
@@ -17,11 +17,10 @@ set_output_directory(TestSharedLib
17
18
19
if(EMSCRIPTEN)
20
- # FIXME: Remove export-all and replace with exporting individual undefined symbols
21
set_target_properties(TestSharedLib PROPERTIES
22
NO_SONAME 1
23
COMPILE_FLAGS "-s SIDE_MODULE=1"
24
- LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 -Wl,--export-all"
+ LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1"
25
SUFFIX ".wasm"
26
)
27
endif()
0 commit comments