Lines Matching +full:- +full:wconversion
2 # Copyright (C) 1995-1998 Jean-loup Gailly.
7 # make -fmakefile.emx; make test -fmakefile.emx
10 CC=gcc -Zwin32
12 #CFLAGS=-MMD -O
13 #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
14 #CFLAGS=-MMD -g -DZLIB_DEBUG
15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
16 -Wstrict-prototypes -Wmissing-prototypes
18 # If cp.exe is available, replace "copy /Y" with "cp -fp" .
22 # The default value of RM is "rm -f." If "rm.exe" is found, comment out:
24 LDLIBS=-L. -lzlib
25 LD=$(CC) -s -o
45 echo hello world | .\minigzip | .\minigzip -d
48 $(CC) $(CFLAGS) -c $< -o $@