aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-09-24 00:19:12 +0000
committerMike Buland <eichlan@xagasoft.com>2008-09-24 00:19:12 +0000
commit17df4c2b9616c29865b0d893cc797d4938a660a2 (patch)
treed31d62c5694279747909bbab2b8be93f01a7fb7b /build.conf
parent5230927c4f087cf2dcaac4fb9ed133c1ff3e2269 (diff)
downloadlibbu++-17df4c2b9616c29865b0d893cc797d4938a660a2.tar.gz
libbu++-17df4c2b9616c29865b0d893cc797d4938a660a2.tar.bz2
libbu++-17df4c2b9616c29865b0d893cc797d4938a660a2.tar.xz
libbu++-17df4c2b9616c29865b0d893cc797d4938a660a2.zip
Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard,
now I have a huge list of new functions to add. Also, we discovered that if we add -W it produces more warnings, warnings about things that we'd like to know about. I have a lot of work to go fixing that...
Diffstat (limited to '')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 31d33a8..898d6d4 100644
--- a/build.conf
+++ b/build.conf
@@ -9,7 +9,7 @@ default action: check group "lnhdrs", check "libbu++.a"
9"tests" action: check group "lnhdrs", check group "tests" 9"tests" action: check group "lnhdrs", check group "tests"
10"all" action: check group "lnhdrs", check targets() 10"all" action: check group "lnhdrs", check targets()
11 11
12set "CXXFLAGS" += "-ggdb -Wall" 12set "CXXFLAGS" += "-ggdb -W -Wall"
13#set "CXXFLAGS" += "-O2 -Wall" 13#set "CXXFLAGS" += "-O2 -Wall"
14 14
15# set "CXXFLAGS" += "-pg" 15# set "CXXFLAGS" += "-pg"