Skip to content

Commit 691ab6c

Browse files
authored
Document that -C ar=PATH doesn't do anything
1 parent bb4d149 commit 691ab6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/session/config.rs

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

0 commit comments

Comments
 (0)