forked from soutade/libgourou
Forward DEBUG flag in Makefile
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user