Skip to content

Commit 8104751

Browse files
authored
Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez
Add description for -Os and -Oz in rustc.1
2 parents e75499d + 4c9c2cf commit 8104751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/man/rustc.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ full debug info with variable and type information.
261261
.RE
262262
.TP
263263
\fBopt\-level\fR=\fIVAL\fR
264-
Optimize with possible levels 0\[en]3
264+
Optimize with possible levels 0\[en]3, s (optimize for size), or z (for minimal size)
265265

266266
.SH ENVIRONMENT
267267

0 commit comments

Comments
 (0)