Paul Davis
bcf432184d
git-svn-id: svn://localhost/trunk/ardour2@452 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=15 --tool=memcheck ./ardour.bin --novst $*
|