Skip to content

Commit d1e3e08

Browse files
authored
Update CMakeLists.txt
1 parent 6ed5bc8 commit d1e3e08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unittests/CppInterOp/TestSharedLib/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ set_output_directory(TestSharedLib
1717

1818

1919
if(EMSCRIPTEN)
20-
# FIXME: Remove export-all and replace with exporting individual undefined symbols
2120
set_target_properties(TestSharedLib PROPERTIES
2221
NO_SONAME 1
2322
COMPILE_FLAGS "-s SIDE_MODULE=1"
24-
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 -Wl,--export-all"
23+
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1"
2524
SUFFIX ".wasm"
2625
)
2726
endif()

0 commit comments

Comments
 (0)