mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
source ardev_common.sh
|
|
exec valgrind --num-callers=15 --tool=memcheck ./ardour.bin --novst $*
|