mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Fix CTF based builds to that if the debug build is being used we get
debug symbols. Reviewed by: jhb
This commit is contained in:
parent
8ed1de23cb
commit
a7e30aa841
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ COPTFLAGS?= -O
|
|||
.else
|
||||
. if defined(DEBUG)
|
||||
_MINUS_O= -O
|
||||
CTFFLAGS+= -g
|
||||
. else
|
||||
_MINUS_O= -O2
|
||||
. endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue