X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdcpomatic_cli;h=6d1e53cb68298d61ec874f069f84d71084ccfb9b;hb=7d66aefc8a38140f5ea5620432c24ed9b370b481;hp=bf2f080157b2fd837d74fddabd61eaae415f4e48;hpb=237a0052c60af768f4d62b00321932918b7ba4d9;p=dcpomatic.git diff --git a/run/dcpomatic_cli b/run/dcpomatic_cli index bf2f08015..6d1e53cb6 100755 --- a/run/dcpomatic_cli +++ b/run/dcpomatic_cli @@ -6,7 +6,7 @@ if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic_cli "$@" elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" --leak-check=full --show-reachable=yes build/src/tools/dcpomatic_cli "$@" + valgrind --tool="memcheck" --leak-check=full --show-reachable=yes --num-callers=24 build/src/tools/dcpomatic_cli "$@" else build/src/tools/dcpomatic_cli "$@" fi