compile with NDEBUG=1

This commit is contained in:
Yuichi Nishiwaki 2015-07-04 13:54:24 +09:00
parent 004e3eda48
commit ea208be508
1 changed files with 1 additions and 1 deletions

View File

@ -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))