David Robillard
fedf3d34f3
Completely untested other than it compiles, runs, and records somewhat (need to merge again). git-svn-id: svn://localhost/ardour2/branches/midi@999 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
. ardev_common.sh
|
|
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
|
exec valgrind --num-callers=50 --tool=memcheck gtk2_ardour/ardour.bin --novst $*
|