summaryrefslogtreecommitdiff
path: root/msdos/Makefile.emx
diff options
context:
space:
mode:
Diffstat (limited to 'msdos/Makefile.emx')
-rw-r--r--msdos/Makefile.emx2
1 files changed, 1 insertions, 1 deletions
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