mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Some debug option updates
This commit is contained in:
parent
ee266b9292
commit
7a264a14f0
1 changed files with 3 additions and 0 deletions
|
|
@ -173,6 +173,9 @@ _rustc_opts_lint=(
|
|||
|
||||
_rustc_opts_debug=(
|
||||
'verbose[in general, enable more debug printouts]'
|
||||
'span-free-formats[when debug-printing compiler state, do not include spans]'
|
||||
"identify-regions[make unnamed regions display as '# (where # is some non-ident unique id)]"
|
||||
'emit-end-regions[emit EndRegion as part of MIR; enable transforms that solely process EndRegion]'
|
||||
'time-passes[measure time of each rustc pass]'
|
||||
'count-llvm-insns[count where LLVM instrs originate]'
|
||||
'time-llvm-passes[measure time of each LLVM pass]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue