Avoid use of DEBUG macro -- change to ZLIB_DEBUG.

This commit is contained in:
Mark Adler
2015-07-28 22:44:31 -07:00
parent 0b22337126
commit 51a223def4
14 changed files with 33 additions and 33 deletions

View File

@@ -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