leak-check was accidentally added here

This commit is contained in:
Caolán McNamara
2011-10-05 22:59:24 +01:00
parent 2f632a0b39
commit 5737ffab06

View File

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