leak-check was accidentally added here
This commit is contained in:
@@ -41,7 +41,7 @@ gb_CppunitTest__interactive := $(true)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(strip $(VALGRIND)),)
|
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)
|
ifeq ($(strip $(VALGRIND)),memcheck)
|
||||||
G_SLICE := always-malloc
|
G_SLICE := always-malloc
|
||||||
export G_SLICE
|
export G_SLICE
|
||||||
|
Reference in New Issue
Block a user