mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
5 lines
176 B
Text
5 lines
176 B
Text
|
|
#!/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 "$@"
|