maybe-valgrind.sh: don't --trace-children=yes
This commit is contained in:
@@ -56,7 +56,7 @@ doit=1
|
|||||||
|
|
||||||
libtool="${tobjdir}/libtool --mode=execute"
|
libtool="${tobjdir}/libtool --mode=execute"
|
||||||
|
|
||||||
valgrind="valgrind --leak-check=full --trace-children=yes --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions"
|
valgrind="valgrind --leak-check=full --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions"
|
||||||
|
|
||||||
if head -10 "$1" | grep 'Generated by ltmain.sh' > /dev/null ; then
|
if head -10 "$1" | grep 'Generated by ltmain.sh' > /dev/null ; then
|
||||||
uselibtool=1
|
uselibtool=1
|
||||||
|
Reference in New Issue
Block a user