diff options
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
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 \  | 
