summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-05 22:59:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-06 10:10:35 +0100
commit5737ffab0654176f320fa3f4f727a9c5dcdb6809 (patch)
tree17db6c9ef5ff44dc768badbd418503d64e5db3da /solenv
parentwoah, that's very not right (diff)
downloadcore-5737ffab0654176f320fa3f4f727a9c5dcdb6809.tar.gz
core-5737ffab0654176f320fa3f4f727a9c5dcdb6809.zip
leak-check was accidentally added here
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index fabe4d571520..586a2475a2af 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -41,7 +41,7 @@ gb_CppunitTest__interactive := $(true)
endif
ifneq ($(strip $(VALGRIND)),)
-gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50 --leak-check=full
+gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50
ifeq ($(strip $(VALGRIND)),memcheck)
G_SLICE := always-malloc
export G_SLICE