From 4ab0bf24ac9634a12a4a518edecae1d42fa331d9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 2 Aug 2006 08:04:19 +0000 Subject: Fixed a few minor bugs and added the new viewer system, it allows you to add new front ends that will display what build is doing in any way you want. cool! So far we have plain and percent, verbose and make are coming, make should be really easy, just print out the commands and nothing else. --- build.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.conf') diff --git a/build.conf b/build.conf index b24d7d0..f747ddf 100644 --- a/build.conf +++ b/build.conf @@ -5,6 +5,8 @@ default action: check build create file build from files in src using rule exe +set CXXFLAGS += "-ggdb" + set CXXFLAGS += "-Ilibbu++/src" set LDFLAGS += "-Llibbu++ -lbu++" -- cgit v1.2.3