From 4c9c2cf160ef7b79ef8c664628262c5fa8cc9cab Mon Sep 17 00:00:00 2001 From: lzutao Date: Thu, 4 Apr 2019 12:20:53 +0700 Subject: [PATCH] Add description for -Os and -Oz in rustc.1 --- src/doc/man/rustc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/man/rustc.1 b/src/doc/man/rustc.1 index 8f611063dbe5d..1b5e305cddc2d 100644 --- a/src/doc/man/rustc.1 +++ b/src/doc/man/rustc.1 @@ -261,7 +261,7 @@ full debug info with variable and type information. .RE .TP \fBopt\-level\fR=\fIVAL\fR -Optimize with possible levels 0\[en]3 +Optimize with possible levels 0\[en]3, s (optimize for size), or z (for minimal size) .SH ENVIRONMENT