提交 1de28cb7 编写于 作者: M Michael Niedermayer

configure: use the user specified valgrind excutable for massif

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册