Replace every String in Target(Options) with Cow<'static, str>
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::spec::TargetOptions;
|
||||
|
||||
pub fn opts() -> TargetOptions {
|
||||
let mut base = super::linux_base::opts();
|
||||
base.os = "android".to_string();
|
||||
base.os = "android".into();
|
||||
base.dwarf_version = Some(2);
|
||||
base.position_independent_executables = true;
|
||||
base.has_thread_local = false;
|
||||
|
||||
Reference in New Issue
Block a user