1
Fork 0

Made temps-dir an unstable option.

This commit is contained in:
Tor Hovland 2021-11-07 00:14:54 +01:00
parent d4bcee9638
commit ede76c40d1
11 changed files with 18 additions and 24 deletions

View file

@ -1331,6 +1331,8 @@ options! {
"which mangling version to use for symbol names ('legacy' (default) or 'v0')"),
teach: bool = (false, parse_bool, [TRACKED],
"show extended diagnostic help (default: no)"),
temps_dir: Option<String> = (None, parse_opt_string, [UNTRACKED],
"the directory the intermediate files are written to"),
terminal_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
"set the current terminal width"),
tune_cpu: Option<String> = (None, parse_opt_string, [TRACKED],