5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
|
#!/bin/sh
|
||
|
. ../build/default/gtk2_ardour/ardev_common_waf.sh
|
||
|
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
||
|
exec valgrind --num-callers=50 --tool=memcheck $EXECUTABLE --novst "$@"
|