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 990dec1 commit 32689a9Copy full SHA for 32689a9
cmake/CompileOptions.cmake
@@ -205,7 +205,7 @@ if (PROJECT_OS_FAMILY MATCHES "unix")
205
# Debug symbols
206
if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
207
add_compile_options(-g)
208
- add_link_options(-rdynamic)
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -rdynamic")
209
endif()
210
211
# Optimizations
0 commit comments