Document that -C ar=PATH doesn't do anything

This commit is contained in:
Vadim Petrochenkov 2017-10-07 19:26:02 +03:00 committed by GitHub
parent bb4d149146
commit 691ab6c5bf

View File

@ -874,7 +874,8 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
build_codegen_options, "C", "codegen",
CG_OPTIONS, cg_type_desc, cgsetters,
ar: Option<String> = (None, parse_opt_string, [UNTRACKED],
"tool to assemble archives with"),
"tool to assemble archives with (has no effect currently, \
rustc doesn't use an external archiver)"),
linker: Option<String> = (None, parse_opt_string, [UNTRACKED],
"system linker to link outputs with"),
link_arg: Vec<String> = (vec![], parse_string_push, [UNTRACKED],