Paul Davis
0f530372d2
git-svn-id: svn://localhost/trunk/ardour2@446 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
source ardev_common.sh
|
|
exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
|