summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-26 16:46:36 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-26 16:46:36 -0400
commitae37cb8ece28420f1cee885e269ba2999f58140c (patch)
treea672698afa4b67b1e6461d27d124a997f55e5d06 /acprep
parent8075202365559ff80d79a2435439e4e7d54653f7 (diff)
downloadfork-ledger-ae37cb8ece28420f1cee885e269ba2999f58140c.tar.gz
fork-ledger-ae37cb8ece28420f1cee885e269ba2999f58140c.tar.bz2
fork-ledger-ae37cb8ece28420f1cee885e269ba2999f58140c.zip
remove -mdynamic-no-pic from opt flags; that is implied by -fast
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
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"