mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Add rdynamic to QABUILD executables.
This commit is contained in:
parent
4fb76404bc
commit
667dccb163
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user