Document that --xml=yes automatically activates --leak-check=full

This commit is contained in:
Philippe Waroquiers 2019-06-02 21:01:36 +02:00
parent 9616e9bc9a
commit 4dec2cda0f

View File

@ -747,6 +747,11 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
in detail and/or counted as an error, as specified by the options
<option>--show-leak-kinds</option> and
<option>--errors-for-leak-kinds</option>. </para>
<para>If <varname>--xml=yes</varname> is given, memcheck will
automatically use the value <varname>--leak-check=full</varname>.
You can use <option>--show-leak-kinds=none</option> to reduce
the size of the xml output if you are not interested in the leak
results.</para>
</listitem>
</varlistentry>