Upgrade to waf 1.6.7 and autowaf r52.
[ardour.git] / gtk2_ardour / arcall
1 #!/bin/sh
2 . `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
3 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
4 export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
5 exec valgrind  --error-limit=no --num-callers=50 --tool=callgrind $TOP/$EXECUTABLE --novst "$@"