mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
valgrind: bump num-callers to 50 for fuller stack traces
This commit is contained in:
@@ -9,5 +9,5 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$VALGRIND" -a -e "$(which valgrind)" ]; then
|
if [ -n "$VALGRIND" -a -e "$(which valgrind)" ]; then
|
||||||
valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline -xbuf::oom
|
valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --num-callers=50 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline -xbuf::oom
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user