Revert "Add debuging symbols to the build so that we have meaningfull backtraces"
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 Nov 2010 12:29:25 +0000 (23:29 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 24 Nov 2010 12:29:25 +0000 (23:29 +1100)
changing what we echo doesn't do anything.

Matthieu, please leave this until we fix the current build farm problems

This reverts commit 38eeb91d73d9fdaa8b52bafa81205c27ae3b40c5.

build_test.fns

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