From 925a5ca3c53bbfbdb489b5a3ab20660d5be9e4ea Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sun, 11 Jul 2010 05:36:50 +0000 Subject: [PATCH] no -g, enable lapack --- myconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myconfigure b/myconfigure index e51d3d0fd..f6361eefb 100755 --- a/myconfigure +++ b/myconfigure @@ -1 +1 @@ -./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ CXXFLAGS=" -g -O2 -march=core2 -DNDEBUG" --disable-static +./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ CXXFLAGS=" -O2 -march=core2 -DNDEBUG" --disable-static --enable-lapack