remode -DASSERT_CORE
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 4 Apr 2016 16:53:04 +0000 (19:53 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 4 Apr 2016 16:53:04 +0000 (19:53 +0300)
Makefile

index b56a75c..0c9fcc1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ ifndef OS
 OS=$(shell uname)
 endif
 
-CFLAGS=-Wall -pedantic -std=c99 -O2 -g -DASSERT_CORE
+CFLAGS=-Wall -pedantic -std=c99 -O2 -g
 ifeq ($(OS), FreeBSD)
 endif