From 04303b88d749a10a481ece22812c9a360ee30904 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 5 Nov 2012 13:17:51 +0100 Subject: Added optimize flags to 4S compilation --- 4store-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4store-install b/4store-install index 92414df..8b78d41 100755 --- a/4store-install +++ b/4store-install @@ -18,7 +18,7 @@ cd $OT_PREFIX/tmp/ cd $SELF cmd="./autogen.sh" && run_cmd "$cmd" "Autogen" export FST=$OT_PREFIX/4S -cmd="./configure --prefix=$FST --exec-prefix=$FST --with-storage-path=$FST/var/lib --with-config-file=$FST/$SELF.conf -with-http-log=$FST/log" && run_cmd "$cmd" "Configure" +cmd="./configure --prefix=$FST --exec-prefix=$FST --with-storage-path=$FST/var/lib --with-config-file=$FST/$SELF.conf -with-http-log=$FST/log CFLAGS=-O2 CPPFLAGS=-O3" && run_cmd "$cmd" "Configure" cmd="make" && run_cmd "$cmd" "Make" cmd="make install" && run_cmd "$cmd" "Make Install" #cmd="make test" && run_cmd "$cmd" "Make Test" -- cgit v1.2.3