We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6298d commit 6ca124bCopy full SHA for 6ca124b
src/librustc_back/target/haiku_base.rs
@@ -20,7 +20,6 @@ pub fn opts() -> TargetOptions {
20
target_family: Some("unix".to_string()),
21
relro_level: RelroLevel::Full,
22
linker_is_gnu: true,
23
- no_integrated_as: true,
24
.. Default::default()
25
}
26
0 commit comments