From b08db17162fddda97e6ee1ac625eae1430d22b64 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 29 Nov 2019 18:50:04 +0300 Subject: [magi] Almost done! --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9585f98..1934910 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ # Debug mode: # DEBUG = yes -# Error logging (writes to stderr): -# ERRLOG = yes CC = gcc LIB = libmagi.a @@ -12,9 +10,6 @@ CFLAGS += -g -O0 else CFLAGS += -O3 endif -ifeq '$(ERRLOG)' 'yes' -CFLAGS += -D ERRLOG -endif SRC_DIR = src SRC = $(wildcard $(SRC_DIR)/*.c) -- cgit v1.2.3