aboutsummaryrefslogtreecommitdiff
path: root/msdos
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 /msdos
parent0b22337126401ef68ac5cf0308413239a4fb9c83 (diff)
downloadzlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.tar.gz
zlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.tar.bz2
zlib-51a223def4382fdd0c9531ba77bd10724eae9f5f.zip
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/Makefile.dj22
-rw-r--r--msdos/Makefile.emx2
2 files changed, 2 insertions, 2 deletions
diff --git a/msdos/Makefile.dj2 b/msdos/Makefile.dj2
index 29b0395..59d2037 100644
--- a/msdos/Makefile.dj2
+++ b/msdos/Makefile.dj2
@@ -29,7 +29,7 @@ CC=gcc
29 29
30#CFLAGS=-MMD -O 30#CFLAGS=-MMD -O
31#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 31#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
32#CFLAGS=-MMD -g -DDEBUG 32#CFLAGS=-MMD -g -DZLIB_DEBUG
33CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ 33CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
34 -Wstrict-prototypes -Wmissing-prototypes 34 -Wstrict-prototypes -Wmissing-prototypes
35 35
diff --git a/msdos/Makefile.emx b/msdos/Makefile.emx
index 9c1b57a..e30f67b 100644
--- a/msdos/Makefile.emx
+++ b/msdos/Makefile.emx
@@ -11,7 +11,7 @@ CC=gcc
11 11
12#CFLAGS=-MMD -O 12#CFLAGS=-MMD -O
13#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 13#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
14#CFLAGS=-MMD -g -DDEBUG 14#CFLAGS=-MMD -g -DZLIB_DEBUG
15CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ 15CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
16 -Wstrict-prototypes -Wmissing-prototypes 16 -Wstrict-prototypes -Wmissing-prototypes
17 17