rustc_target: Rely on defaults more in target specs
This commit is contained in:
@@ -5,7 +5,6 @@ pub fn opts() -> TargetOptions {
|
||||
os: "haiku".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
has_rpath: false,
|
||||
os_family: Some("unix".to_string()),
|
||||
relro_level: RelroLevel::Full,
|
||||
linker_is_gnu: true,
|
||||
|
||||
Reference in New Issue
Block a user