diff options
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
7 | set "CXXFLAGS" += "-ggdb -Ilibbu++/src" | 7 | set "CXXFLAGS" += "-ggdb" |
8 | set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl" | 8 | set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl" |
9 | 9 | ||
10 | "build": | 10 | "build": |