X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdcpomatic;h=cf3de165c11044471040a93eb3ec240ea6a33156;hb=5d65df7ebdc96c658a6b7042e639cb395f91bfeb;hp=7ea08778c2ac3111abfca54eb2a0dae2867a4ed8;hpb=f861018389acd9d277fe34d7621182b9b54f977f;p=dcpomatic.git diff --git a/run/dcpomatic b/run/dcpomatic index 7ea08778c..cf3de165c 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -7,6 +7,9 @@ if [ "$1" == "--debug" ]; then elif [ "$1" == "--valgrind" ]; then shift valgrind --tool="memcheck" build/src/tools/dcpomatic $* +elif [ "$1" == "--callgrind" ]; then + shift + valgrind --tool="callgrind" build/src/tools/dcpomatic $* elif [ "$1" == "--i18n" ]; then shift LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 build/src/tools/dcpomatic "$*"