TRACK '-Z polonius' flag
This commit is contained in:
parent
1c389ffeff
commit
c4caf5ad36
2 changed files with 2 additions and 2 deletions
|
@ -1008,7 +1008,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
|
|||
"whether to use the PLT when calling into shared libraries;
|
||||
only has effect for PIC code on systems with ELF binaries
|
||||
(default: PLT is disabled if full relro is enabled)"),
|
||||
polonius: bool = (false, parse_bool, [UNTRACKED],
|
||||
polonius: bool = (false, parse_bool, [TRACKED],
|
||||
"enable polonius-based borrow-checker (default: no)"),
|
||||
polymorphize: bool = (false, parse_bool, [TRACKED],
|
||||
"perform polymorphization analysis"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue