1
Fork 0

Remove -Zdep-tasks.

This commit is contained in:
Camille GILLOT 2023-10-08 12:21:58 +00:00
parent e3c631b3de
commit e960d0e751
3 changed files with 4 additions and 26 deletions

View file

@ -1452,9 +1452,6 @@ options! {
dep_info_omit_d_target: bool = (false, parse_bool, [TRACKED],
"in dep-info output, omit targets for tracking dependencies of the dep-info files \
themselves (default: no)"),
dep_tasks: bool = (false, parse_bool, [UNTRACKED],
"print tasks that execute and the color their dep node gets (requires debug build) \
(default: no)"),
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
(default: no)"),