summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-08 03:55:00 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:41 -0400
commitd594f6627c947f965b6e43a1291f37e495c22261 (patch)
treef1d861ef86cdb87c101b6a9f1bb36622783d5528 /acprep
parentbfa77b9e8db6d5c1c96360a5b536b82d3add574c (diff)
downloadfork-ledger-d594f6627c947f965b6e43a1291f37e495c22261.tar.gz
fork-ledger-d594f6627c947f965b6e43a1291f37e495c22261.tar.bz2
fork-ledger-d594f6627c947f965b6e43a1291f37e495c22261.zip
Added --enable-boost-d flag.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 4 insertions, 0 deletions
diff --git a/acprep b/acprep
index 06c03b3e..3c9b1dd4 100755
--- a/acprep
+++ b/acprep
@@ -65,6 +65,10 @@ while [ -n "$1" ]; do
SWITCHES="$SWITCHES --enable-boost-sd"
CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG=1" ;;
+ --boost-d)
+ SWITCHES="$SWITCHES --enable-boost-d"
+ CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG=1" ;;
+
--gcov)
CXXFLAGS="$CXXFLAGS -fprofile-arcs -ftest-coverage" ;;