mirror of git://gcc.gnu.org/git/gcc.git
* doc/invoke.texi (Optimize Options): Correct description of -O0.
From-SVN: r120609
This commit is contained in:
parent
b061615db8
commit
e0f7e748ec
|
|
@ -4623,7 +4623,8 @@ Optimize yet more. @option{-O3} turns on all optimizations specified by
|
||||||
|
|
||||||
@item -O0
|
@item -O0
|
||||||
@opindex 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
|
@item -Os
|
||||||
@opindex Os
|
@opindex Os
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue