Document -Os optimization. Add to -O{0,2} documentation.
Obtained from: invoke.texi
This commit is contained in:
parent
c869f77a5e
commit
5d5529bc55
@ -265,6 +265,8 @@ in the following sections.
|
||||
\-O
|
||||
\-O2
|
||||
\-O3
|
||||
\-O0
|
||||
\-Os
|
||||
.TP
|
||||
.B Preprocessor Options
|
||||
.RI \-A assertion
|
||||
@ -2459,6 +2461,12 @@ Optimize yet more. This turns on everything
|
||||
does, along with also turning on
|
||||
.B \-finline\-functions.
|
||||
.TP
|
||||
.B \-Os
|
||||
Optimize for size. This enables all
|
||||
.B \-O2
|
||||
optimizations that do not typically increase code size. It also performs
|
||||
further optimizations designed to reduce code size.
|
||||
.TP
|
||||
.B \-O0
|
||||
Do not optimize.
|
||||
.Sp
|
||||
|
Loading…
Reference in New Issue
Block a user