diff options
Diffstat (limited to '')
-rw-r--r-- | msdos/Makefile.dj2 | 2 |
1 files changed, 1 insertions, 1 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 |
33 | CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | 33 | CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ |
34 | -Wstrict-prototypes -Wmissing-prototypes | 34 | -Wstrict-prototypes -Wmissing-prototypes |
35 | 35 | ||