mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 14:07:20 +00:00
fix: stack traces work again (#1653)
This commit is contained in:
parent
17f81d13a3
commit
5b8d2b19a3
@ -75,7 +75,7 @@ if(UNIX)
|
||||
endif()
|
||||
|
||||
if(${DYNAMIC} AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
add_compile_options("-rdynamic")
|
||||
add_link_options("-export-dynamic")
|
||||
endif()
|
||||
|
||||
if(${GGDB})
|
||||
|
Loading…
Reference in New Issue
Block a user