Skip to content

Commit

Permalink
fix: stack traces work again (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored Nov 23, 2024
1 parent 17f81d1 commit 5b8d2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 5b8d2b1

Please sign in to comment.