Message ID | 4C49FD57.3030709@net-b.de |
---|---|
State | New |
Headers | show |
On Fri, 23 Jul 2010, Tobias Burnus wrote: > --- changes.html 16 Jul 2010 11:35:00 -0000 1.31 > +++ changes.html 23 Jul 2010 20:34:00 -0000 > @@ -144,6 +144,9 @@ > <li>Much improved compile time for large array constructors.</li> > <li>Improved diagnostics, especially with > <code>-fwhole-file</code>.</li> > + <li>The <code>-fwhole-file flag is now enabled by default. The > + flag improves the code generation and diagnostics. It can be > + disabled using the deprecated <code>-fno-whole-file</code> flag.</li> Just "code generation" (without "the"). And how about saying "This improves"? Just two minor comments, thanks for the update! Gerald
--- changes.html 16 Jul 2010 11:35:00 -0000 1.31 +++ changes.html 23 Jul 2010 20:34:00 -0000 @@ -144,6 +144,9 @@ <li>Much improved compile time for large array constructors.</li> <li>Improved diagnostics, especially with <code>-fwhole-file</code>.</li> + <li>The <code>-fwhole-file flag is now enabled by default. The + flag improves the code generation and diagnostics. It can be + disabled using the deprecated <code>-fno-whole-file</code> flag.</li> <li>Support the generation of Makefile dependencies via the <a href="http://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html"> <code>-M</code>...</a> flags of GCC; you may need to specify the