diff --git a/CMakeLists.txt b/CMakeLists.txt index e4ec282676..98a937c62c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ project( kicad ) # Create a default build type for our QA that doesn't include `NDEBUG` set(CMAKE_CXX_FLAGS_QABUILD "-Os -g1 -ggdb1") +string( APPEND CMAKE_EXE_LINKER_FLAGS_QABUILD " -rdynamic" ) include( GNUInstallDirs ) include( CMakeDependentOption )