1
Fork 0

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:
Oli Scherer 2023-02-07 14:24:35 +00:00
parent dffea43fc1
commit f95b553eb4
6 changed files with 8 additions and 37 deletions

View file

@ -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)