fix: stack traces work again (#1653)

This commit is contained in:
David Markowitz
2024-11-23 01:33:21 -08:00
committed by GitHub
parent 17f81d13a3
commit 5b8d2b19a3

View File

@@ -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})