Add debuging symbols to the build so that we have meaningfull backtraces
authorMatthieu Patou <mat@matws.net>
Wed, 24 Nov 2010 10:50:43 +0000 (13:50 +0300)
committerMatthieu Patou <mat@matws.net>
Wed, 24 Nov 2010 10:50:43 +0000 (13:50 +0300)
build_test.fns

index 50a72267eddf9a176793446b09814c76864eff42..b9c84b550f0df9927e27f26791f65a55bef46a4e 100644 (file)
@@ -344,7 +344,7 @@ action_configure() {
                return $cstatus;
        fi
 
-       echo "CFLAGS=$CFLAGS"
+       echo "CFLAGS=-g $CFLAGS"
        echo configure options: $config_and_prefix
        echo CC="$CCACHE $compiler" $srcdir/configure $config_and_prefix