mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH=../libs/ardour
|
|
exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
|