diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-24 13:05:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-24 13:05:46 +0000 |
| commit | ed38aec53517fdeb5ecdd9a29bced1d92ef63d14 (patch) | |
| tree | ca146591783a8234e7afcbb22d23f77e20e4854c /run/dcpomatic_batch | |
| parent | 3b42b49028b29a0a787f475f9a3fc4c5d4de1201 (diff) | |
Full leak check/reachable on dcpomatic_batch valgrind.
Diffstat (limited to 'run/dcpomatic_batch')
| -rwxr-xr-x | run/dcpomatic_batch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_batch b/run/dcpomatic_batch index ac2d0e39a..78ee8f7be 100755 --- a/run/dcpomatic_batch +++ b/run/dcpomatic_batch @@ -6,7 +6,7 @@ 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" == "--callgrind" ]; then shift valgrind --tool="callgrind" build/src/tools/dcpomatic_batch $* |
