mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
Also add DEBUG_FLAGS to CXXFLAGS if defined.
This commit is contained in:
parent
c9a900ed44
commit
8eba8cd863
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204027
@ -17,6 +17,7 @@ NO_WERROR=
|
||||
|
||||
.if defined(DEBUG_FLAGS)
|
||||
CFLAGS+=${DEBUG_FLAGS}
|
||||
CXXFLAGS+=${DEBUG_FLAGS}
|
||||
|
||||
.if !defined(NO_CTF) && (${DEBUG_FLAGS:M-g} != "")
|
||||
CTFFLAGS+= -g
|
||||
|
Loading…
Reference in New Issue
Block a user