Skip to content
Snippets Groups Projects
Commit 96612974 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

valgrind: Improve call depth

Otherwise some of the call traces are cut off
parent ed37f063
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ set -e
if [ "${PHOSH_VALGRIND}" = 1 ]; then
echo "Running phosh under valgrind"
WRAPPER="valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=20 --log-file=vgdump"
WRAPPER="valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=30 --log-file=vgdump"
fi
ABS_BUILDDIR='@ABS_BUILDDIR@'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment