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