forked from soutade/libgourou
Forward DEBUG flag in Makefile
This commit is contained in:
parent
33bb983283
commit
210b265693
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ endif
|
|||
|
||||
|
||||
ifneq ($(DEBUG),)
|
||||
CXXFLAGS += -ggdb -O0
|
||||
CXXFLAGS += -ggdb -O0 -DDEBUG
|
||||
else
|
||||
CXXFLAGS += -O2
|
||||
endif
|
||||
|
|
|
@ -23,7 +23,7 @@ LDFLAGS += -lgourou
|
|||
endif
|
||||
|
||||
ifneq ($(DEBUG),)
|
||||
CXXFLAGS += -ggdb -O0
|
||||
CXXFLAGS += -ggdb -O0 -DDEBUG
|
||||
else
|
||||
CXXFLAGS += -O2
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user