Skip to content

Commit b70bc0b

Browse files
committed
---
yaml --- r: 6015 b: refs/heads/master c: 2a2945e h: refs/heads/master i: 6013: 2888fc1 6011: 4ce4396 6007: 5cdcff7 5999: bc3f09f 5983: a0cc07d 5951: 3e75698 5887: ab4c4a5 v: v3
1 parent daf0b1c commit b70bc0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d106a336cc7a5f8b7a5aeadd851dd77937da0b36
2+
refs/heads/master: 2a2945e5dec13ba7b0839c947517a2ccbd944c64

trunk/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)