File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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