Skip to content

Commit 5362fc5

Browse files
authored
Unrolled build for #161112
Rollup merge of #161112 - cuviper:O3, r=saethlin rustc.1: `-O` is `-C opt-level=3` This was changed back in 1.86, #135439.
2 parents d453bdd + 990c068 commit 5362fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/doc/man/rustc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Comma separated list of compiler information to print on stdout.
6262
Equivalent to \fI\-C\ debuginfo=2\fR.
6363
.TP
6464
\fB\-O\fR
65-
Equivalent to \fI\-C\ opt\-level=2\fR.
65+
Equivalent to \fI\-C\ opt\-level=3\fR.
6666
.TP
6767
\fB\-o\fR \fIFILENAME\fR
6868
Write output to \fIFILENAME\fR. Ignored if multiple \fI\-\-emit\fR outputs are specified which

0 commit comments

Comments
 (0)