From 4dec2cda0f4b2e25a7806610f9bf614b1c48b4a3 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sun, 2 Jun 2019 21:01:36 +0200 Subject: [PATCH] Document that --xml=yes automatically activates --leak-check=full --- memcheck/docs/mc-manual.xml | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.47.2