Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion
This commit is contained in:
parent
dffea43fc1
commit
f95b553eb4
6 changed files with 8 additions and 37 deletions
|
@ -77,7 +77,6 @@
|
|||
-Z llvm-plugins=val -- a list LLVM plugins to enable (space separated)
|
||||
-Z llvm-time-trace=val -- generate JSON tracing data file from LLVM data (default: no)
|
||||
-Z location-detail=val -- what location details should be tracked when using caller_location, either `none`, or a comma separated list of location details, for which valid options are `file`, `line`, and `column` (default: `file,line,column`)
|
||||
-Z log-backtrace=val -- add a backtrace along with logging
|
||||
-Z ls=val -- list the symbols defined by a library crate (default: no)
|
||||
-Z macro-backtrace=val -- show macro backtraces (default: no)
|
||||
-Z maximal-hir-to-mir-coverage=val -- save as much information as possible about the correspondence between MIR and HIR as source scopes (default: no)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue