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")
9898 add_link_options ("SHELL:-s MODULARIZE=1" )
9999 add_link_options ("SHELL:-s EXPORT_NAME='createModule'" )
100100 add_link_options ("SHELL:-s ENVIRONMENT='web,worker'" )
101- add_link_options ("--no-entry" )
101+ add_link_options ("SHELL: --no-entry" )
102102 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" )
108103
109104 # Allow undefined symbols on Linux for runtime loading
110105 add_link_options ("SHELL:-Wl,--unresolved-symbols=ignore-all" )
You can’t perform that action at this time.
0 commit comments