mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update ar* start-scripts --novst option was removed with wineVST
This commit is contained in:
parent
746f7220b1
commit
b3cb7d6136
4 changed files with 4 additions and 4 deletions
|
|
@ -9,4 +9,4 @@ export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
|||
exec valgrind --tool=helgrind \
|
||||
--error-limit=no --num-callers=50 \
|
||||
$HELGRIND_OPTIONS \
|
||||
$TOP/$EXECUTABLE --novst "$@"
|
||||
$TOP/$EXECUTABLE "$@"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ TOP=`dirname "$0"`/..
|
|||
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
||||
exec valgrind --tool=massif \
|
||||
$MASSIF_OPTIONS \
|
||||
$TOP/$EXECUTABLE --novst "$@"
|
||||
$TOP/$EXECUTABLE "$@"
|
||||
|
||||
# analyse output with
|
||||
# ms_print massif.out.<PID>
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ exec valgrind --tool=callgrind \
|
|||
--collect-systime=yes --collect-bus=yes \
|
||||
--callgrind-out-file=/tmp/ardour_profile/ardour-%p.log \
|
||||
--toggle-collect="ARDOUR::AudioEngine::process_callback*" \
|
||||
$TOP/$EXECUTABLE --novst "$@"
|
||||
$TOP/$EXECUTABLE "$@"
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ exec valgrind --tool=memcheck \
|
|||
--track-origins=yes \
|
||||
--suppressions=${TOP}/tools/valgrind.supp \
|
||||
$OBJSUPP \
|
||||
$TOP/$EXECUTABLE --novst "$@"
|
||||
$TOP/$EXECUTABLE "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue