This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: meaning of --enable-checking flags


On 02/11/2007 05:59 PM, Gerald Pfeifer wrote:
On Sun, 11 Feb 2007, Larry Evans wrote:
[snip]
I can't comment on the contents, but that HTML file is generated from our texinfo documentation; the master source for that is

gcc/doc/install.texi

in our SVN repository.

Gerald

THanks Gerald.  Checked out svn today and made the change shown by
the attached output of the svn diff command.  Does this look OK?


cd ~/download/gcc/svn/trunk/gcc/doc/
svn diff install.texi
Index: install.texi
===================================================================
--- install.texi	(revision 121856)
+++ install.texi	(working copy)
@@ -1229,6 +1229,10 @@
 increase the risk of undetected internal errors causing wrong code to be
 generated.
 
+For a brief explanation of the flags, see the comments in
+gcc/config.in.  For example, to find an explanation of flag, gcac,
+search for ENABLE_GC_ALWAYS_COLLECT.
+
 @item --enable-coverage
 @itemx --enable-coverage=@var{level}
 With this option, the compiler is built to collect self coverage

Compilation finished at Mon Feb 12 15:13:32

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]