From dfd5b32987ae151a5d8621d34886c521d685eca0 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Wed, 27 Oct 2010 21:55:26 +0000 Subject: [PATCH] use env variable SVN revision: 53940 --- compile.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.functions b/compile.functions index d3c132f..d10100f 100644 --- a/compile.functions +++ b/compile.functions @@ -38,7 +38,7 @@ do_configure () ## choose debug if [ $val_debug = true ]; then - CXXFLAGS="-O0 -ggdb" CFLAGS="-O0 -ggdb" ./configure &> $LOGFILE + CXXFLAGS="-O0 -ggdb" CFLAGS="-O0 -ggdb" ./configure $CONFIG_ARGS &> $LOGFILE else ./configure $CONFIG_ARGS &> $LOGFILE fi