We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2026453 commit 279e5b0Copy full SHA for 279e5b0
src/librustc_back/target/freebsd_base.rs
@@ -36,6 +36,7 @@ pub fn opts() -> TargetOptions {
36
eliminate_frame_pointer: false, // FIXME 43575
37
relro_level: RelroLevel::Full,
38
exe_allocation_crate: super::maybe_jemalloc(),
39
+ abi_return_struct_as_int: true,
40
.. Default::default()
41
}
42
0 commit comments