flate

deflate implementation
git clone git://git.suckless.org/flate
Log | Files | Refs | README

commit 00ec3600d09279acf8e14740e167afe70ea14bd2
parent 0415ad28bd842b0ed4e5f081d73669ceb5e254dd
Author: nsz <nszabolcs@gmail.com>
Date:   Sun, 26 Jul 2009 19:29:20 +0200

O3 flags
Diffstat:
Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ -CFLAGS=-g -Wall -ansi -pedantic -#CFLAGS=-O3 -Wall -ansi -pedantic +#CFLAGS=-g -Wall -ansi -pedantic +CFLAGS=-O3 -Wall -ansi -pedantic LDFLAGS= SRC=inflate.c inflate_simple.c inflate_callback.c deflate.c deflate_simple.c OBJ=${SRC:.c=.o}