mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
[Details] Added fixes to make the code cross platform compilable [Reviewed by] N/A [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446294]
4 lines
163 B
Bash
4 lines
163 B
Bash
#!/bin/sh
|
|
. `dirname "$0"`/ardev_common.sh
|
|
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
|
exec valgrind --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"
|