File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d106a336cc7a5f8b7a5aeadd851dd77937da0b36
2
+ refs/heads/master: 2a2945e5dec13ba7b0839c947517a2ccbd944c64
Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ options:
250
250
--parse-only parse only; do not compile, assemble, or link
251
251
--no-trans run all passes except translation; no output
252
252
-g produce debug info
253
- --opt-level= optimize with possible levels 0-3
253
+ --opt-level <lvl> optimize with possible levels 0-3
254
254
-O equivalent to --opt-level=2
255
255
-S compile only; do not assemble or link
256
256
-c compile and assemble, but do not link
257
257
--emit-llvm produce an LLVM bitcode file
258
258
--save-temps write intermediate files in addition to normal output
259
259
--stats gather and report various compilation statistics
260
- --cfg [ cfgspec] configure the compilation environment
260
+ --cfg < cfgspec> configure the compilation environment
261
261
--time-passes time the individual phases of the compiler
262
262
--time-llvm-passes time the individual phases of the LLVM backend
263
263
--sysroot <path> override the system root (default: rustc's directory)
You can’t perform that action at this time.
0 commit comments