mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-02-02 05:14:16 +01:00
Added the Debug configuration
This configuration causes a stack smash error; however, this configuration does not build in Eclipse
This commit is contained in:
parent
aa353e9817
commit
8fd933905a
|
|
@ -78,6 +78,23 @@ elseif(CMAKE_BUILD_TYPE MATCHES ThumbDV_Debug)
|
|||
-MP
|
||||
-MF
|
||||
)
|
||||
elseif(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
target_compile_options(thumbdv PRIVATE
|
||||
-O0
|
||||
-ftree-vectorize
|
||||
-g3
|
||||
-ggdb
|
||||
-g3
|
||||
-fstack-protector-all
|
||||
-funwind-tables
|
||||
-Wall
|
||||
-c
|
||||
-fmessage-length=0
|
||||
-lpthread
|
||||
-MMD
|
||||
-MP
|
||||
-MF
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue