X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bootstrap.sh;h=105822cf38a1bd8422cbd89b2cd145ddf2bd0062;hb=015f6ddf8eac4f4222986f1b2beae66f8b5da601;hp=42fe335330ce9534bd588b3d8490123c1b2805d5;hpb=93370493c90a17f99a58eb31b2d671255e351969;p=m6w6%2Flibmemcached diff --git a/bootstrap.sh b/bootstrap.sh index 42fe3353..105822cf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -446,7 +446,7 @@ function setup_gdb_command () { function setup_valgrind_command () { VALGRIND_PROGRAM=`type -p valgrind` if [[ -n "$VALGRIND_PROGRAM" ]]; then - VALGRIND_COMMAND="$VALGRIND_PROGRAM --error-exitcode=1 --leak-check=yes --malloc-fill=A5 --free-fill=DE --xml=yes --xml-file=\"valgrind-%p.xml\" --gen-suppressions=yes --log-file=\"valgrind-%p.txt\"" + VALGRIND_COMMAND="$VALGRIND_PROGRAM --error-exitcode=1 --leak-check=yes --malloc-fill=A5 --free-fill=DE --xml=yes --xml-file=\"valgrind-%p.xml\"" fi }