aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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)