diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-26 16:46:36 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-26 16:46:36 -0400 |
commit | ae37cb8ece28420f1cee885e269ba2999f58140c (patch) | |
tree | a672698afa4b67b1e6461d27d124a997f55e5d06 /acprep | |
parent | 8075202365559ff80d79a2435439e4e7d54653f7 (diff) | |
download | fork-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-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |