diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) |