build with debug settings
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 23 Mar 2005 02:03:02 +0000 (02:03 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 23 Mar 2005 02:03:02 +0000 (02:03 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1959 94cd875c-1c1d-0410-91d2-eb244daf1a30

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
        ;;