Fix wrong help message left in #31368
This commit is contained in:
parent
f2bea1cb70
commit
39c2d8534e
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
|
||||||
link_args: Option<Vec<String>> = (None, parse_opt_list,
|
link_args: Option<Vec<String>> = (None, parse_opt_list,
|
||||||
"extra arguments to pass to the linker (space separated)"),
|
"extra arguments to pass to the linker (space separated)"),
|
||||||
link_dead_code: bool = (false, parse_bool,
|
link_dead_code: bool = (false, parse_bool,
|
||||||
"let the linker strip dead coded (turning it on can be used for code coverage)"),
|
"don't let linker strip dead code (turning it on can be used for code coverage)"),
|
||||||
lto: bool = (false, parse_bool,
|
lto: bool = (false, parse_bool,
|
||||||
"perform LLVM link-time optimizations"),
|
"perform LLVM link-time optimizations"),
|
||||||
target_cpu: Option<String> = (None, parse_opt_string,
|
target_cpu: Option<String> = (None, parse_opt_string,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue