From 2f4eeefb0516b32287b969fc171cae2e9e3d48de Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 15 Jun 2015 02:14:00 +0900 Subject: [PATCH] don't compile with DEBUG=1 even if the build was in debug mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06891f47..287e43b3 100644 --- a/Makefile +++ b/Makefile @@ -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