diff options
author | Mike Buland <eichlan@xagasoft.com> | 2023-07-11 14:06:33 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2023-07-11 14:06:33 -0700 |
commit | 18cd5f331b8d043a7f9c4d161f2319dc456dfcc9 (patch) | |
tree | 1d91cfbce70220953882713a81ad1157eba1f884 /default.bld | |
parent | 7529ab103b0c20220a5bbe2f2ce5511e04e9acda (diff) | |
download | libbu++-18cd5f331b8d043a7f9c4d161f2319dc456dfcc9.tar.gz libbu++-18cd5f331b8d043a7f9c4d161f2319dc456dfcc9.tar.bz2 libbu++-18cd5f331b8d043a7f9c4d161f2319dc456dfcc9.tar.xz libbu++-18cd5f331b8d043a7f9c4d161f2319dc456dfcc9.zip |
Fixed cachebase memory leak.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 2077185..8f21f6c 100644 --- a/default.bld +++ b/default.bld | |||
@@ -16,8 +16,8 @@ include "gensigs.bld"; | |||
16 | CXXFLAGS += "-ggdb -W -Wall -I."; | 16 | CXXFLAGS += "-ggdb -W -Wall -I."; |
17 | 17 | ||
18 | // Deep memory checks | 18 | // Deep memory checks |
19 | CXXFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; | 19 | // CXXFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; |
20 | LDFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; | 20 | // LDFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; |
21 | 21 | ||
22 | //CXXFLAGS += "-pg"; | 22 | //CXXFLAGS += "-pg"; |
23 | //LDFLAGS += "-pg"; | 23 | //LDFLAGS += "-pg"; |