summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep4
1 files changed, 1 insertions, 3 deletions
diff --git a/acprep b/acprep
index 864b577f..a3ade8e0 100755
--- a/acprep
+++ b/acprep
@@ -231,14 +231,12 @@ while [ -n "$1" ]; do
CPPFLAGS="-isystem /usr/local/stow/cppunit/include $CPPFLAGS"
LDFLAGS="-L/usr/local/stow/cppunit/lib $LDFLAGS"
-
- BOOST_SUFFIX="-xgcc40"
fi
# Do the same thing as --debug below
SWITCHES="$SWITCHES --enable-debug"
CXXFLAGS="$CXXFLAGS -g"
- LDFLAGS="$LDFLAGS -g -prebind"
+ LDFLAGS="$LDFLAGS -g"
# Warning flags
CXXFLAGS="$CXXFLAGS -Wall -ansi -Winvalid-pch"