Skip to content
Snippets Groups Projects
Commit 61ff2893 authored by Dave Huseby's avatar Dave Huseby
Browse files

cranking up the optimization on the linux release build

parent 964e5e4f
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ pushd "$ZLIB_SOURCE_DIR" ...@@ -57,7 +57,7 @@ pushd "$ZLIB_SOURCE_DIR"
;; ;;
"linux") "linux")
# do release build # 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
make install make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment