rustc_back: Remove unneeded explicit variable
This value is the default anyway
This commit is contained in:
parent
839dcfd5a7
commit
37659a1803
@ -13,7 +13,6 @@
|
||||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
morestack: true,
|
||||
|
Loading…
Reference in New Issue
Block a user