mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Fix wrong help message left in #31368
This commit is contained in:
parent
f2bea1cb70
commit
39c2d8534e
@ -510,7 +510,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
|
||||
link_args: Option<Vec<String>> = (None, parse_opt_list,
|
||||
"extra arguments to pass to the linker (space separated)"),
|
||||
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,
|
||||
"perform LLVM link-time optimizations"),
|
||||
target_cpu: Option<String> = (None, parse_opt_string,
|
||||
|
Loading…
Reference in New Issue
Block a user