From 9d6cc72e19a9e971f037580017113c700737589c Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Tue, 2 Jul 2002 16:50:48 +0000 Subject: [PATCH] Build the zip and unzipper with -O2 --- os/imagezip/GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/imagezip/GNUmakefile.in b/os/imagezip/GNUmakefile.in index 628cb8c1df..09051a2723 100644 --- a/os/imagezip/GNUmakefile.in +++ b/os/imagezip/GNUmakefile.in @@ -9,7 +9,7 @@ all: imagezip imageunzip frisbee.o include $(TESTBED_SRCDIR)/GNUmakerules -CFLAGS = -O -g -static +CFLAGS = -O2 -g -static LIBS = -lz imagezip: imagezip.o -- GitLab