more show() stuff, and replaced strip->show_all(); untill its actually finished
[ardour.git] / gtk2_ardour / arval
index a91943fb4d89d74c6fac3e3b589785cde47f88d3..920e7cb1a897efe5a09927dfdc24e0325b6fa3b7 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-source ardev_common.sh
-exec valgrind --db-attach=yes --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 $*