more show() stuff, and replaced strip->show_all(); untill its actually finished
[ardour.git] / gtk2_ardour / arval
index 7c5c03ebd7c2daad6d738fe68a88574d877c9b37..920e7cb1a897efe5a09927dfdc24e0325b6fa3b7 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-
-export LD_LIBRARY_PATH=../libs/ardour
-exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
+. ardev_common.sh
+export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
+exec valgrind  --num-callers=50 --tool=memcheck $EXECUTABLE --novst $*