From 60255e081ef0fc23d982f88c8646d91bc8af12a8 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 15 Apr 2015 20:03:12 -0300 Subject: build: fix valgrind --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c0cbd6e..59cbe18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,7 +143,7 @@ valgrind: all $(LIBTOOL) \ --mode=execute \ $(VALGRIND) \ - --tool=memcheck --leak-check=full --show-leak-kinds=all \ + --tool=memcheck \ --leak-check=full \ --leak-resolution=high \ --num-callers=20 \ -- cgit v1.2.3-18-g5258