make inclusion/exclusion of hidden children optional in Item::add_child_bounding_boxes
[ardour.git] / gtk2_ardour / armass
index 7177d423f8fe757494a4010a34d0ea5036af6ba4..3a21a0473288dfc90472f4ea3e96b4f00f2c3044 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
+MASSIF_OPTIONS="$MASSIF_OPTIONS --time-unit=ms"
 
 TOP=`dirname "$0"`/..
 . $TOP/build/gtk2_ardour/ardev_common_waf.sh
-LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
 export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
-exec valgrind \
-       --tool=massif \
+exec valgrind --tool=massif \
+       $MASSIF_OPTIONS \
        $TOP/$EXECUTABLE --novst "$@"
 
 # analyse output with