summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
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 $*