Skip to content

Commit 2a2945e

Browse files
committed
rustc: -h cleanup
1 parent d106a33 commit 2a2945e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/driver/rustc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ options:
250250
--parse-only parse only; do not compile, assemble, or link
251251
--no-trans run all passes except translation; no output
252252
-g produce debug info
253-
--opt-level= optimize with possible levels 0-3
253+
--opt-level <lvl> optimize with possible levels 0-3
254254
-O equivalent to --opt-level=2
255255
-S compile only; do not assemble or link
256256
-c compile and assemble, but do not link
257257
--emit-llvm produce an LLVM bitcode file
258258
--save-temps write intermediate files in addition to normal output
259259
--stats gather and report various compilation statistics
260-
--cfg [cfgspec] configure the compilation environment
260+
--cfg <cfgspec> configure the compilation environment
261261
--time-passes time the individual phases of the compiler
262262
--time-llvm-passes time the individual phases of the LLVM backend
263263
--sysroot <path> override the system root (default: rustc's directory)

0 commit comments

Comments
 (0)