diff options
author | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-01-09 07:30:30 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-01-09 07:30:30 +0000 |
commit | e0f7e748ec5c865643db48e5b2c15f7bfdbcaeec (patch) | |
tree | ab7c127d15682a5daf17c78ba3faa7f58a56a9f4 /gcc/doc | |
parent | b061615db8cc4f4fdd2b92525424ec6fb1b5d280 (diff) | |
download | gcc-e0f7e748ec5c865643db48e5b2c15f7bfdbcaeec.zip gcc-e0f7e748ec5c865643db48e5b2c15f7bfdbcaeec.tar.gz gcc-e0f7e748ec5c865643db48e5b2c15f7bfdbcaeec.tar.bz2 |
* doc/invoke.texi (Optimize Options): Correct description of -O0.
From-SVN: r120609
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d83f661..b9b52dd 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 |