Remove linker_is_gnu: true cases as that is now the default.

This commit is contained in:
Luqman Aden
2021-05-20 23:36:04 -07:00
parent 0188664425
commit 3221a5e65b
20 changed files with 0 additions and 20 deletions

View File

@@ -7,7 +7,6 @@ pub fn opts() -> TargetOptions {
executables: true,
families: vec!["unix".to_string()],
relro_level: RelroLevel::Full,
linker_is_gnu: true,
..Default::default()
}
}