summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-11-10 04:26:33 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:48 -0400
commit1db60b12e2341cd69c297de643ff46fbf9e4b970 (patch)
treea234ffca6eb451775de7e8158b72330057b4012a /acprep
parentc9fb11bd60a2170fb896d77ff8d7706f563ad597 (diff)
downloadfork-ledger-1db60b12e2341cd69c297de643ff46fbf9e4b970.tar.gz
fork-ledger-1db60b12e2341cd69c297de643ff46fbf9e4b970.tar.bz2
fork-ledger-1db60b12e2341cd69c297de643ff46fbf9e4b970.zip
updated to 2.02
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 483eb12b..8a7d0e62 100755
--- a/acprep
+++ b/acprep
@@ -29,7 +29,7 @@ elif [ "$1" = "--flat-opt" ]; then
CXXFLAGS="-fomit-frame-pointer -fastf -mcpu=7450"
elif [ "$1" = "--safe-opt" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" \
- CXXFLAGS="-fomit-frame-pointer -fastf -mcpu=7450 -DDEBUG_LEVEL=1" \
+ CXXFLAGS="-fomit-frame-pointer -fastf -mcpu=7450 -fPIC -DDEBUG_LEVEL=1" \
--enable-python
elif [ "$1" = "--perf" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g -pg"