summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
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" ;;