2009-11-14 21:27:22 -05:00
|
|
|
#!/bin/sh
|
2011-09-29 15:17:54 -04:00
|
|
|
. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
|
2009-11-14 21:27:22 -05:00
|
|
|
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
|
|
|
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
|
|
|
exec valgrind --error-limit=no --num-callers=50 --tool=callgrind $TOP/$EXECUTABLE --novst "$@"
|