From eb92fa8dcec24f3fb04363680d10c736edb2e935 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Mon, 4 Apr 2016 19:53:04 +0300 Subject: [PATCH] remode -DASSERT_CORE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.3