don't compile with DEBUG=1 even if the build was in debug mode

This commit is contained in:
Yuichi Nishiwaki 2015-06-15 02:14:00 +09:00
parent bb27728b96
commit 2f4eeefb05
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ all: bin/picrin
include $(sort $(wildcard contrib/*/nitro.mk))
debug: CFLAGS += -O0 -g -DDEBUG=1
debug: CFLAGS += -O0 -g
debug: bin/picrin
bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a