summaryrefslogtreecommitdiff
path: root/old/Makefile.emx
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2015-07-28 22:44:31 -0700
committerMark Adler <madler@alumni.caltech.edu>2015-07-28 22:44:31 -0700
commit51a223def4382fdd0c9531ba77bd10724eae9f5f (patch)
tree10310a523d1dc8bbef4b007fa2c7c3bb433ba5e5 /old/Makefile.emx
parent0b22337126401ef68ac5cf0308413239a4fb9c83 (diff)
downloadzlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.tar.gz
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Diffstat (limited to 'old/Makefile.emx')
-rw-r--r--old/Makefile.emx2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/Makefile.emx b/old/Makefile.emx
index 4d6ab0e..612b037 100644
--- a/old/Makefile.emx
+++ b/old/Makefile.emx
@@ -11,7 +11,7 @@ CC=gcc -Zwin32
#CFLAGS=-MMD -O
#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
-#CFLAGS=-MMD -g -DDEBUG
+#CFLAGS=-MMD -g -DZLIB_DEBUG
CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
-Wstrict-prototypes -Wmissing-prototypes