Improper use of CFLAGS
This commit is contained in:
parent
7c90ff5d41
commit
ae802e3867
6
Makefile
6
Makefile
@ -53,12 +53,12 @@ cflags += -pedantic
|
||||
|
||||
|
||||
|
||||
debug_CPPDEFINES = -DDEBUG $(CFLAGS)
|
||||
debug_CFLAGS = -Wall -O0 -ggdb $(CFLAGS)
|
||||
debug_CPPDEFINES = -DDEBUG
|
||||
debug_CFLAGS = -Wall -O0 -ggdb
|
||||
debug_CXXFLAGS = $(debug_CFLAGS)
|
||||
debug_LINKFLAGS = $(LINKFLAGS)
|
||||
|
||||
release_CPPDEFINES = -DNODEBUG $(CFLAGS)
|
||||
release_CPPDEFINES = -DNODEBUG
|
||||
release_CFLAGS = -Wall -O2 $(CFLAGS)
|
||||
release_CXXFLAGS = $(release_CFLAGS)
|
||||
release_LINKFLAGS = $(LINKFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user