diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 67592f3..f608c6c 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -20,7 +20,7 @@ CC=cc | |||
20 | 20 | ||
21 | CFLAGS=-O | 21 | CFLAGS=-O |
22 | #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 | 22 | #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 |
23 | #CFLAGS=-g -DDEBUG | 23 | #CFLAGS=-g -DZLIB_DEBUG |
24 | #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | 24 | #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ |
25 | # -Wstrict-prototypes -Wmissing-prototypes | 25 | # -Wstrict-prototypes -Wmissing-prototypes |
26 | 26 | ||