From: Philippe Waroquiers Date: Sun, 2 Jun 2019 19:01:36 +0000 (+0200) Subject: Document that --xml=yes automatically activates --leak-check=full X-Git-Tag: VALGRIND_3_16_0~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dec2cda0f4b2e25a7806610f9bf614b1c48b4a3;p=thirdparty%2Fvalgrind.git Document that --xml=yes automatically activates --leak-check=full --- diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index a993479a9c..0e7ec4d072 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -747,6 +747,11 @@ is in detail and/or counted as an error, as specified by the options and . + If --xml=yes is given, memcheck will + automatically use the value --leak-check=full. + You can use to reduce + the size of the xml output if you are not interested in the leak + results.