Kaydet (Commit) 40aa7294 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Fridrich Štrba

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

Change-Id: I35c8376a45fa7ed2cc292ed9442e4ddf2e4172db
üst 5d3c4e25
...@@ -27,7 +27,7 @@ gb_CppunitTest__interactive := $(true) ...@@ -27,7 +27,7 @@ gb_CppunitTest__interactive := $(true)
endif endif
ifneq ($(strip $(VALGRIND)),) 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) ifeq ($(strip $(VALGRIND)),memcheck)
G_SLICE := always-malloc G_SLICE := always-malloc
GLIBCXX_FORCE_NEW := 1 GLIBCXX_FORCE_NEW := 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment