aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-12-26 16:04:14 +0100
committerMarius Halden <marius.h@lden.org>2016-12-26 16:04:14 +0100
commit184c46d3507a0ff9fc68a4409f690add96cd183d (patch)
tree6fc6a92212d7e8f68107e418db50073ed8c0f88c /configure
parent979082a36fe648b81711373c62311bcd7d9d3b54 (diff)
parent59ccef5cc9f1ed67112248c20649ce8005188173 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f5eaa309..7d1537b6 100755
--- a/configure
+++ b/configure
@@ -40,7 +40,7 @@ purple=0
doc=1
debug=0
-strip=1
+strip=0
gcov=0
asan=0
plugins=1
@@ -288,7 +288,7 @@ if [ "$debug" = "1" ]; then
echo 'DEBUG=1' >> Makefile.settings
CFLAGS="$CFLAGS -g3 -DDEBUG -O0"
else
- [ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"
+ [ -z "$CFLAGS" ] && CFLAGS="-g -O2 -fno-strict-aliasing"
fi
if [ "$devel" = "1" ]; then