Valgrind no longer supports --db-attach=yes. (#18568)

This commit is contained in:
Stefan Krah 2020-02-20 14:39:14 +01:00 committed by GitHub
parent f2ee21d858
commit c0cb8beb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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