* doc/invoke.texi (Optimize Options): Correct description of -O0.

From-SVN: r120609
This commit is contained in:
Geoffrey Keating 2007-01-09 07:30:30 +00:00
parent b061615db8
commit e0f7e748ec
1 changed files with 2 additions and 1 deletions

View File

@ -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