209d967b1b
git-svn-id: svn://localhost/trunk/ardour2@24 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH=../libs/ardour
|
|
exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
|