Commit 1de28cb7 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: use the user specified valgrind excutable for massif

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f51263e6
......@@ -2516,7 +2516,7 @@ case "$toolchain" in
add_ldflags -fsanitize=thread -pie
;;
valgrind-massif)
target_exec_default="valgrind"
target_exec_default=${valgrind:-"valgrind"}
target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz"
;;
valgrind-memcheck)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment