cf: Use valgrind w/ --show-leak-kinds=definite to reduce noise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user