From: Geoffrey Keating Date: Tue, 9 Jan 2007 07:30:30 +0000 (+0000) Subject: * doc/invoke.texi (Optimize Options): Correct description of -O0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0f7e748ec5c865643db48e5b2c15f7bfdbcaeec;p=gcc.git * doc/invoke.texi (Optimize Options): Correct description of -O0. From-SVN: r120609 --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d83f6610bd8..b9b52dd7cd9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4623,7 +4623,8 @@ Optimize yet more. @option{-O3} turns on all optimizations specified by @item -O0 @opindex O0 -Do not optimize. This is the default. +Reduce compilation time and make debugging produce the expected +results. This is the default. @item -Os @opindex Os