summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-30 11:38:39 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-30 11:38:39 +0000
commit309e54f5ca8d4937b944ddfb91cd080e79e1118a (patch)
tree0590bf76576c73a7eefe8c1516d4eb85a8e0d5d4 /run
parentb222ba524361470a3e805e926cfc59a1d5e373b6 (diff)
Some more valgrind suppressions.
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic
index d5e53bb5d..eaba93886 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" build/src/tools/dcpomatic2 $*
+ valgrind --tool="memcheck" --suppressions=suppressions build/src/tools/dcpomatic2 $*
elif [ "$1" == "--callgrind" ]; then
shift
valgrind --tool="callgrind" build/src/tools/dcpomatic2 $*