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 d8df059 commit b1770fcCopy full SHA for b1770fc
spectrum/src/CMakeLists.txt
@@ -21,7 +21,7 @@ target_compile_features(spectrum2 PUBLIC cxx_std_11)
21
22
if(NOT MSVC AND NOT APPLE)
23
# export all symbols (used for loading frontends)
24
- set(CMAKE_EXE_LINKER_FLAGS "-Wl,-export-dynamic")
+ set(CMAKE_EXE_LINKER_FLAGS "-Wl,--export-dynamic")
25
endif()
26
27
install(TARGETS spectrum2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
0 commit comments