1
Fork 0

Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.

This commit is contained in:
Richard Cobbe 2021-11-01 15:49:58 -07:00
parent 4961b107f2
commit 0cf7fd1208
24 changed files with 252 additions and 113 deletions

View file

@ -1073,6 +1073,8 @@ options! {
dep_tasks: bool = (false, parse_bool, [UNTRACKED],
"print tasks that execute and the color their dep node gets (requires debug build) \
(default: no)"),
dlltool: Option<PathBuf> = (None, parse_opt_pathbuf, [UNTRACKED],
"import library generation tool (windows-gnu only)"),
dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED],
"emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \
(default: no)"),