From ae37cb8ece28420f1cee885e269ba2999f58140c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 26 Aug 2004 16:46:36 -0400 Subject: remove -mdynamic-no-pic from opt flags; that is implied by -fast --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index 825a76e1..87bcdb25 100755 --- a/acprep +++ b/acprep @@ -16,7 +16,7 @@ if [ "$1" = "--debug" ]; then LDFLAGS=-L/sw/lib CXXFLAGS="-g" --enable-debug elif [ "$1" = "--opt" ]; then ./configure CPPFLAGS="-I/sw/include -I/usr/include/httpd/xml" \ - LDFLAGS=-L/sw/lib CXXFLAGS="-O3 -fomit-frame-pointer" + LDFLAGS=-L/sw/lib CXXFLAGS="-fomit-frame-pointer -fastf -mcpu=7450" elif [ "$1" = "--perf" ]; then ./configure CPPFLAGS="-I/sw/include -I/usr/include/httpd/xml" \ LDFLAGS=-L/sw/lib CXXFLAGS="-g -pg" -- cgit v1.2.3