summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CppunitTest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-26 14:31:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-26 14:31:24 +0200
commit552ac76dd43df5517820b112180b54108ba2c8ef (patch)
treefd4b699d42907969f1c19c94e986f102b514c1e7 /solenv/gbuild/CppunitTest.mk
parent0fe40023df5d28a46bea5632835f65e11e1954c0 (diff)
Do not override VALGRIND_OPTS=--leak-check=full
Change-Id: I35c8376a45fa7ed2cc292ed9442e4ddf2e4172db
Diffstat (limited to 'solenv/gbuild/CppunitTest.mk')
-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 7d2b602d7e10..cfbfd815eeab 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -27,7 +27,7 @@ gb_CppunitTest__interactive := $(true)
endif
ifneq ($(strip $(VALGRIND)),)
-gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50 --error-exitcode=1 --trace-children=yes --trace-children-skip='*/java,*/gij' --leak-check=no
+gb_CppunitTest_VALGRINDTOOL := valgrind --tool=$(VALGRIND) --num-callers=50 --error-exitcode=1 --trace-children=yes --trace-children-skip='*/java,*/gij'
ifeq ($(strip $(VALGRIND)),memcheck)
G_SLICE := always-malloc
GLIBCXX_FORCE_NEW := 1