diff options
-rw-r--r-- | buildMinGW.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildMinGW.conf b/buildMinGW.conf index e61b949..6702973 100644 --- a/buildMinGW.conf +++ b/buildMinGW.conf | |||
@@ -9,7 +9,7 @@ default action: check group "lnhdrs", check "libbu++win.a" | |||
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 | 11 | ||
12 | set "CXXFLAGS" += "-ggdb -Wall -D_POSIX_SOURCE" | 12 | set "CXXFLAGS" += "-ggdb -Wall" |
13 | 13 | ||
14 | filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): | 14 | filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): |
15 | rule "hln", | 15 | rule "hln", |