Make Bundles work a bit better. A few include optimisations.
[ardour.git] / gtk2_ardour / ardbg
1 #!/bin/sh
2 dir=`dirname "$0"`
3 . $dir/ardev_common.sh
4 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
5 export ARDOUR_INSIDE_GDB=1
6 exec gdb --args $EXECUTABLE "$@"