From 11b61138b7c19fb06c585ba567c7b0a70607e871 Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Fri, 11 Dec 2009 05:11:14 +0000 Subject: [PATCH] oops, when I fixed the typo I had the optimized version uncommented. --- myconfigure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myconfigure b/myconfigure index d22de4cfc..1f41f217e 100755 --- a/myconfigure +++ b/myconfigure @@ -1,4 +1,4 @@ -#./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ +./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ # for maximum performance on Intel Core2 platform: -./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ CXXFLAGS="-O3 -march=nocona -mtune=generic -DNDEBUG" \ No newline at end of file +#./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ CXXFLAGS="-O3 -march=nocona -mtune=generic -DNDEBUG" \ No newline at end of file