diff options
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/valgrind.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/valgrind.sh b/build-aux/valgrind.sh index 991b906..bdf7e70 100755 --- a/build-aux/valgrind.sh +++ b/build-aux/valgrind.sh @@ -4,6 +4,7 @@ export TESTS_ENVIRONMENT=" ${VALGRIND:-valgrind} \ --tool=memcheck \ --leak-check=full \ + --show-leak-kinds=all \ --leak-resolution=high \ --num-callers=20 \ --error-exitcode=1 \ |