From 162525457320b5dba9a4e736759f840757635231 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 18 Jul 2007 07:17:10 +0000 Subject: Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to compile under OSX. So far, no problems with anything else, it looks like build and nango both build without problems, libbu++ is truly becoming a full cross- platform toolkit. --- build.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index e82cc29..36f1f8b 100644 --- a/build.conf +++ b/build.conf @@ -5,9 +5,10 @@ default action: check group "lnhdrs", check "libbu++.a" "all" action: check group "lnhdrs", check targets() set "CXXFLAGS" += "-ggdb -Wall" +#set "CXXFLAGS" += "-O2 -Wall" -#set "CXXFLAGS" += "-pg" -#set "LDFLAGS" += "-pg" +set "CXXFLAGS" += "-pg" +set "LDFLAGS" += "-pg" filesIn("src") filter regexp("^src/(.*)\\.h$", "src/bu/{re:1}.h"): rule "hln", -- cgit v1.2.3