File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,8 @@ if(ZMQ_WASM OR CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
98
98
add_link_options ("SHELL:-s MODULARIZE=1" )
99
99
add_link_options ("SHELL:-s EXPORT_NAME='createModule'" )
100
100
add_link_options ("SHELL:-s ENVIRONMENT='web,worker'" )
101
- add_link_options ("--no-entry" )
101
+ add_link_options ("SHELL: --no-entry" )
102
102
add_link_options ("SHELL:-Wl,--strip-all" )
103
- add_link_options ("SHELL:-fvisibility=hidden" )
104
- add_link_options ("SHELL:-fvisibility-inlines-hidden" )
105
- add_link_options ("SHELL:-Wl,-gc-sections" )
106
- add_compile_options ("-flto=full" )
107
- add_link_options ("-flto=full" )
108
103
109
104
# Allow undefined symbols on Linux for runtime loading
110
105
add_link_options ("SHELL:-Wl,--unresolved-symbols=ignore-all" )
You can’t perform that action at this time.
0 commit comments