From 2f8e7b2d479d1fa877c5f1373b01c71b46bef4be Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Fri, 11 Dec 2009 05:07:23 +0000 Subject: [PATCH] fixed important typo --- myconfigure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myconfigure b/myconfigure index 255320f37..d22de4cfc 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 -NDEBUG" \ 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