ardour/gtk2_ardour/arval-scons
Grygorii Zharun f300eaba93 [Summary] Fixed MAC build
[Details] Added fixes to make the code cross platform compilable
[Reviewed by] N/A

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446294]
2014-03-26 06:31:34 -05:00

4 lines
163 B
Bash

#!/bin/sh
. `dirname "$0"`/ardev_common.sh
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
exec valgrind --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"