cf: Use valgrind w/ --show-leak-kinds=definite to reduce noise

This commit is contained in:
Nicolas Williams
2025-12-19 18:41:52 -06:00
parent c3a88a61b7
commit f052cdc8e5

View File

@@ -56,7 +56,7 @@ doit=1
libtool="${tobjdir}/libtool --mode=execute"
valgrind="valgrind --leak-check=full --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions"
valgrind="valgrind --leak-check=full --show-leak-kinds=definite --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions"
if head -10 "$1" | grep 'Generated by ltmain.sh' > /dev/null ; then
uselibtool=1