ArdourButton should call the focus handler of CairoWidget from its button press event
[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 \
6         --error-limit=no --num-callers=50 \
7         --tool=callgrind \
8         --separate-callers=3 \
9         --separate-threads=yes \
10         --collect-systime=yes \
11         --collect-jumps=yes \
12         --instr-atstart=no \
13         $TOP/$EXECUTABLE --novst "$@"