diff options
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ default action: check "libbu++.a" | |||
5 | "tests" action: check targets() filter regexp("^tests/.*$") | 5 | "tests" action: check targets() filter regexp("^tests/.*$") |
6 | "all" action: check targets() | 6 | "all" action: check targets() |
7 | 7 | ||
8 | set "CXXFLAGS" += "-ggdb" | 8 | set "CXXFLAGS" += "-ggdb -Wall" |
9 | 9 | ||
10 | "libbu++.a": | 10 | "libbu++.a": |
11 | rule "lib", | 11 | rule "lib", |