From: Teodor Sigaev Date: Mon, 4 Apr 2016 16:53:04 +0000 (+0300) Subject: remode -DASSERT_CORE X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=trinked.git;a=commitdiff_plain;h=eb92fa8dcec24f3fb04363680d10c736edb2e935 remode -DASSERT_CORE --- diff --git a/Makefile b/Makefile index b56a75c..0c9fcc1 100644 --- 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