aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 18e4eec..6da97e2 100644
--- a/build.conf
+++ b/build.conf
@@ -4,7 +4,7 @@ default action: check targets()
4"clean" action: clean targets() 4"clean" action: clean targets()
5"rebuild" action: clean "build", check "build" 5"rebuild" action: clean "build", check "build"
6 6
7set "CXXFLAGS" += "-ggdb -Ilibbu++/src" 7set "CXXFLAGS" += "-ggdb"
8set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl" 8set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl"
9 9
10"build": 10"build":