From a4eed8ba96e6d72115c937f5922e7e7abd963b6f Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 23 Mar 2005 02:03:02 +0000 Subject: [PATCH] build with debug settings git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1959 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/build-all | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util-vserver/build-all b/util-vserver/build-all index 6a8282d..9867583 100755 --- a/util-vserver/build-all +++ b/util-vserver/build-all @@ -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 ;; -- 1.8.1.5