summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 2a8cd1d9..642b6a93 100755
--- a/acprep
+++ b/acprep
@@ -61,7 +61,7 @@ while [ -n "$1" ]; do
case "$1" in
--debug)
SWITCHES="$SWITCHES --enable-debug"
- CXXFLAGS="$CXXFLAGS -ggdb3" ;;
+ CXXFLAGS="$CXXFLAGS -g" ;;
--prof | --perf)
CXXFLAGS="$CXXFLAGS -g -pg" ;;