mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-03 18:53:13 +00:00
configure: fix valgrind-memcheck arguments
They now match the --valgrind arguments Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4451be5ce1
commit
86c9cf643b
2
configure
vendored
2
configure
vendored
@ -2506,7 +2506,7 @@ case "$toolchain" in
|
||||
;;
|
||||
valgrind-memcheck)
|
||||
target_exec_default="valgrind"
|
||||
target_exec_args="--track-origins=yes --leak-check=full"
|
||||
target_exec_args="--error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp"
|
||||
;;
|
||||
msvc)
|
||||
cc_default="c99wrap cl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user