Commit c2f82a84 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

install.texi (Configuration): Document the valgrind option to --enable-checking.

	* doc/install.texi (Configuration): Document the valgrind option
	to --enable-checking.

From-SVN: r69146
parent bda8c1ca
2003-07-09 Hans-Peter Nilsson <hp@bitrange.com>
* doc/install.texi (Configuration): Document the valgrind option
to --enable-checking.
Wed Jul 9 16:16:30 CEST 2003 Jan Hubicka <jh@suse.cz> Wed Jul 9 16:16:30 CEST 2003 Jan Hubicka <jh@suse.cz>
* objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New. * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
......
...@@ -1037,10 +1037,12 @@ compiler and may only work properly if you are building the compiler ...@@ -1037,10 +1037,12 @@ compiler and may only work properly if you are building the compiler
with GCC@. This is on by default when building from CVS or snapshots, with GCC@. This is on by default when building from CVS or snapshots,
but off for releases. More control over the checks may be had by but off for releases. More control over the checks may be had by
specifying @var{list}; the categories of checks available are specifying @var{list}; the categories of checks available are
@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag} and @samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag},
@samp{gcac}. The @samp{gcac} and @samp{valgrind}. The check @samp{valgrind} requires the
default when @var{list} is not specified is @samp{misc,tree,gc,rtlflag}; the external @command{valgrind} simulator, available from
checks @samp{rtl} and @samp{gcac} are very expensive. @uref{http://developer.kde.org/~sewardj/}. The default when @var{list} is
not specified is @samp{misc,tree,gc,rtlflag}; the checks @samp{rtl},
@samp{gcac} and @samp{valgrind} are very expensive.
@item --enable-coverage @item --enable-coverage
@item --enable-coverage=@var{level} @item --enable-coverage=@var{level}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment