diff options
Diffstat (limited to 'c++-libbu++')
-rw-r--r-- | c++-libbu++/default.bld | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/c++-libbu++/default.bld b/c++-libbu++/default.bld index 2414f01..6293c36 100644 --- a/c++-libbu++/default.bld +++ b/c++-libbu++/default.bld | |||
@@ -20,6 +20,10 @@ action "gatscon" | |||
20 | 20 | ||
21 | CXXFLAGS += "-ggdb -Wall"; | 21 | CXXFLAGS += "-ggdb -Wall"; |
22 | 22 | ||
23 | // Deep memory checks | ||
24 | // CXXFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; | ||
25 | // LDFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; | ||
26 | |||
23 | target [files("src/*.h").replace("src/", "gats/"), "gats/version.h"] | 27 | target [files("src/*.h").replace("src/", "gats/"), "gats/version.h"] |
24 | { | 28 | { |
25 | tag "header-links"; | 29 | tag "header-links"; |