use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / build-all
index 6a8282d..9867583 100755 (executable)
@@ -54,7 +54,9 @@ function operate()
 
 case "$1" in
     dist)
-       test -e Makefile || CPPFLAGS=$CPPFLAGS ./configure $confflags
+       test -e Makefile || \
+           CFLAGS='-O0 -g3' CXXFLAGS='-O0 -g3' CPPFLAGS=$CPPFLAGS \
+           ./configure $confflags
        $make
        exit
        ;;