From 4dda9e48dfc7a577a5e831e3e5055b578201d114 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 20 Dec 2013 19:58:41 +0100 Subject: Fix building of debug binaries (partially broken by changeset:devel,253). --- configure | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3