diff options
Diffstat (limited to 'msdos')
-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 59d2037..c8dc3ce 100644 --- a/msdos/Makefile.dj2 +++ b/msdos/Makefile.dj2 | |||
@@ -30,7 +30,7 @@ CC=gcc | |||
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 -DZLIB_DEBUG | 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 \ |
34 | -Wstrict-prototypes -Wmissing-prototypes | 34 | -Wstrict-prototypes -Wmissing-prototypes |
35 | 35 | ||
36 | # If cp.exe is available, replace "copy /Y" with "cp -fp" . | 36 | # If cp.exe is available, replace "copy /Y" with "cp -fp" . |