1
Fork 0

TRACK '-Z polonius' flag

This commit is contained in:
Camelid 2020-11-24 18:58:20 -08:00
parent 1c389ffeff
commit c4caf5ad36
2 changed files with 2 additions and 2 deletions

View file

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