Commit f51263e6 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: fix valgrind-massif to actually work

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 73920ac5
......@@ -2517,7 +2517,7 @@ case "$toolchain" in
;;
valgrind-massif)
target_exec_default="valgrind"
target_exec_args="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz"
;;
valgrind-memcheck)
target_exec_default=${valgrind:-"valgrind"}
......
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