* doc/invoke.texi (Optimize Options): Correct description of -O0.
From-SVN: r120609
This commit is contained in:
parent
b061615db8
commit
e0f7e748ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue