mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-25 12:47:34 +00:00
CFlags: Add "-g" compiler option for debug symbols.
This commit is contained in:
@@ -29,7 +29,7 @@ enable_language(C CXX ASM)
|
||||
project(application)
|
||||
|
||||
# Compiler options here.
|
||||
set(USE_OPT "-Os --specs=nano.specs")
|
||||
set(USE_OPT "-Os -g --specs=nano.specs")
|
||||
|
||||
# C specific options here (added to USE_OPT).
|
||||
set(USE_COPT "-std=gnu99")
|
||||
|
Reference in New Issue
Block a user