Put -Og flag in CXXFLAGS, not CPPFLAGS
This commit is contained in:
parent
177f38afd1
commit
a2fce67e9d
|
@ -9,7 +9,8 @@ ifneq ($(gzip_man),yes)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(debug),yes)
|
ifeq ($(debug),yes)
|
||||||
CPPFLAGS += -DKAK_DEBUG -Og
|
CPPFLAGS += -DKAK_DEBUG
|
||||||
|
CXXFLAGS + -Og
|
||||||
suffix := .debug
|
suffix := .debug
|
||||||
else
|
else
|
||||||
ifeq ($(debug),no)
|
ifeq ($(debug),no)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user