From 61ff28937bf97ebc36b0343f96f2587c4df672c7 Mon Sep 17 00:00:00 2001
From: Dave Huseby <huseby@lindenlab.com>
Date: Mon, 14 Nov 2011 14:20:45 -0800
Subject: [PATCH] cranking up the optimization on the linux release build

---
 build-cmd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-cmd.sh b/build-cmd.sh
index 21e30f4..38c5323 100755
--- a/build-cmd.sh
+++ b/build-cmd.sh
@@ -57,7 +57,7 @@ pushd "$ZLIB_SOURCE_DIR"
         ;;
         "linux")
 			# do release build
-            CFLAGS="-m32 -O2" CXXFLAGS="-m32 -O2" ./configure --prefix="$stage" --includedir="$stage/include/zlib" --libdir="$stage/lib/release"
+            CFLAGS="-m32 -O3" CXXFLAGS="-m32 -O3" ./configure --prefix="$stage" --includedir="$stage/include/zlib" --libdir="$stage/lib/release"
             make
             make install
 
-- 
GitLab