mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-26 19:40:55 -04:00
CFlags: Add "-g" compiler option for debug symbols.
This commit is contained in:
parent
9500da4b1b
commit
8d330784b2
3 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue