diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/Makefile.emx | 2 | ||||
-rw-r--r-- | old/os2/Makefile.os2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/old/Makefile.emx b/old/Makefile.emx index 4d6ab0e..612b037 100644 --- a/old/Makefile.emx +++ b/old/Makefile.emx | |||
@@ -11,7 +11,7 @@ CC=gcc -Zwin32 | |||
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 |
15 | CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | 15 | CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ |
16 | -Wstrict-prototypes -Wmissing-prototypes | 16 | -Wstrict-prototypes -Wmissing-prototypes |
17 | 17 | ||
diff --git a/old/os2/Makefile.os2 b/old/os2/Makefile.os2 index a105aaa..bb426c0 100644 --- a/old/os2/Makefile.os2 +++ b/old/os2/Makefile.os2 | |||
@@ -14,7 +14,7 @@ CC=gcc -Zomf -s | |||
14 | 14 | ||
15 | CFLAGS=-O6 -Wall | 15 | CFLAGS=-O6 -Wall |
16 | #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 | 16 | #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 |
17 | #CFLAGS=-g -DDEBUG | 17 | #CFLAGS=-g -DZLIB_DEBUG |
18 | #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | 18 | #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ |
19 | # -Wstrict-prototypes -Wmissing-prototypes | 19 | # -Wstrict-prototypes -Wmissing-prototypes |
20 | 20 | ||