ardour/gtk2_ardour/arcall
Valeriy Kamyshniy 1e34ef3511 Change filetype
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446493]
2014-03-26 14:16:19 -05:00

5 lines
254 B
Bash
Executable file

#!/bin/sh
. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
exec valgrind --error-limit=no --num-callers=50 --tool=callgrind $TOP/$EXECUTABLE --novst "$@"