mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
. ardev_common.sh
|
|
exec valgrind --num-callers=50 --tool=memcheck gtk2_ardour/ardour.bin --novst $*
|