X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdcpomatic_batch;h=80cf5291c8a1eee80e2a0af05e2f0eae5b00e438;hb=b6c780d3107557d452c6612d715d01e2be52dbda;hp=ac2d0e39a60eccd3d102e0923051da702c77bb70;hpb=85bda932d4e889043ce0e15bac8da95c223667b8;p=dcpomatic.git diff --git a/run/dcpomatic_batch b/run/dcpomatic_batch index ac2d0e39a..80cf5291c 100755 --- a/run/dcpomatic_batch +++ b/run/dcpomatic_batch @@ -6,7 +6,10 @@ if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic_batch $* elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" build/src/tools/dcpomatic_batch $* + valgrind --tool="memcheck" --suppressions=valgrind.supp --leak-check=full --show-reachable=yes build/src/tools/dcpomatic_batch $* +elif [ "$1" == "--massif" ]; then + shift + valgrind --tool="massif" build/src/tools/dcpomatic_batch $* elif [ "$1" == "--callgrind" ]; then shift valgrind --tool="callgrind" build/src/tools/dcpomatic_batch $*