Do not override VALGRIND_OPTS=--leak-check=full

Change-Id: I35c8376a45fa7ed2cc292ed9442e4ddf2e4172db
This commit is contained in:
Stephan Bergmann
2014-05-26 14:31:24 +02:00
parent 0fe40023df
commit 552ac76dd4

View File

@@ -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