summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-27 18:08:48 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-27 18:08:48 -0400
commitba2c04072c2f6b1fc50dc8ff3a41098ea6e634e6 (patch)
treef32580aa14d2628f3fc27e663f8778c30632ca34 /acprep
parenteb6861e192281b612e115c8b3bf240e574bca835 (diff)
downloadfork-ledger-ba2c04072c2f6b1fc50dc8ff3a41098ea6e634e6.tar.gz
fork-ledger-ba2c04072c2f6b1fc50dc8ff3a41098ea6e634e6.tar.bz2
fork-ledger-ba2c04072c2f6b1fc50dc8ff3a41098ea6e634e6.zip
fixed several segfaults (using new option-scrambler test harness)
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 4 insertions, 0 deletions
diff --git a/acprep b/acprep
index 1fac5d35..81a4a853 100755
--- a/acprep
+++ b/acprep
@@ -26,6 +26,10 @@ elif [ "$1" = "--opt" ]; then
elif [ "$1" = "--flat-opt" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" \
CXXFLAGS="-fomit-frame-pointer -fastf -mcpu=7450" --disable-shared
+elif [ "$1" = "--safe-opt" ]; then
+ ./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" \
+ CXXFLAGS="-fomit-frame-pointer -fastf -mcpu=7450 -DDEBUG_LEVEL=1" \
+ --disable-shared
elif [ "$1" = "--perf" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g -pg"
fi