aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index 55df66c..b29809d 100644
--- a/build.conf
+++ b/build.conf
@@ -8,6 +8,7 @@
8default action: check group "lnhdrs", check "libbu++.a", check group "tools" 8default action: check group "lnhdrs", check "libbu++.a", check group "tools"
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"optparser" action: check "tests/optparser"
11 12
12set "CXXFLAGS" += "-ggdb -W -Wall" 13set "CXXFLAGS" += "-ggdb -W -Wall"
13#set "CXXFLAGS" += "-O2 -Wall" 14#set "CXXFLAGS" += "-O2 -Wall"