aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index d05ef3f..4d2e61b 100644
--- a/build.conf
+++ b/build.conf
@@ -1,6 +1,7 @@
1# build.conf for build, kind of whacky, eh? 1# build.conf for build, kind of whacky, eh?
2 2
3default action: check "build", check "cleanup" 3default action: check "build", check "cleanup"
4"clean" action: clean ["build", "cleanup"]
4 5
5set "CXXFLAGS" += "-ggdb" 6set "CXXFLAGS" += "-ggdb"
6 7