From ea208be5083e5347e9de7d0983522d2714be186c Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 4 Jul 2015 13:54:24 +0900 Subject: [PATCH] compile with NDEBUG=1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9758d93a..5fb89222 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LDFLAGS += -lm prefix = /usr/local -all: CFLAGS += -O2 +all: CFLAGS += -O2 -DNDEBUG=1 all: bin/picrin include $(sort $(wildcard contrib/*/nitro.mk))