diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-20 00:21:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-20 00:21:54 +0100 |
| commit | 9518d2a417833b530d2ef00c33179b27bcfa41da (patch) | |
| tree | efaf7124d49ce6d1bda6bf00e49b46a7fd8e14d3 /run | |
| parent | 466524e5991cb51dd9c961eac4cb9c0d051938d4 (diff) | |
| parent | c0f3447986fd336570028b5601497d752989225c (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index eaba93886..0bd54f66b 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -7,7 +7,7 @@ if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic2 $* elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" --suppressions=suppressions build/src/tools/dcpomatic2 $* + valgrind --tool="memcheck" --suppressions=suppressions --track-fds=yes build/src/tools/dcpomatic2 $* elif [ "$1" == "--callgrind" ]; then shift valgrind --tool="callgrind" build/src/tools/dcpomatic2 $* |
