mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
5 lines
120 B
Text
5 lines
120 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
export LD_LIBRARY_PATH=../libs/ardour
|
||
|
|
exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
|