aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 4ba70291..a6f8aec7 100755
--- a/configure
+++ b/configure
@@ -195,9 +195,8 @@ fi
if [ "$debug" = "1" ]; then
- [ -z "$CFLAGS" ] && CFLAGS=-g
echo 'DEBUG=1' >> Makefile.settings
- CFLAGS="$CFLAGS -DDEBUG"
+ CFLAGS="$CFLAGS -g -DDEBUG"
else
[ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"
fi