David Robillard
82232f06ba
Possible new bugs - not very thoroughly tested, but at least functional at first glance git-svn-id: svn://localhost/ardour2/branches/midi@870 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
source ardev_common.sh
|
|
exec valgrind --num-callers=50 --tool=memcheck gtk2_ardour/ardour.bin --novst $*
|