Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576)
(cherry picked from commit c0cb8beb38
)
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Co-authored-by: Stefan Krah <skrah@bytereef.org>
This commit is contained in:
parent
0721f7afb0
commit
9c87fbe54e
|
@ -18,7 +18,7 @@ CONFIGS_64="x64 uint128 ansi64 universal"
|
|||
CONFIGS_32="ppro ansi32 ansi-legacy universal"
|
||||
|
||||
VALGRIND="valgrind --tool=memcheck --leak-resolution=high \
|
||||
--db-attach=yes --suppressions=Misc/valgrind-python.supp"
|
||||
--suppressions=Misc/valgrind-python.supp"
|
||||
|
||||
# Get args
|
||||
case $@ in
|
||||
|
|
Loading…
Reference in New Issue