Skip to content

Commit a42f6fa

Browse files
committed
disable jemalloc on exectuable for ios targets
1 parent b9b82fd commit a42f6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_back/target/apple_ios_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ pub fn opts(arch: Arch) -> Result<TargetOptions, String> {
9999
executables: true,
100100
pre_link_args,
101101
has_elf_tls: false,
102+
exe_allocation_crate: None,
102103
.. super::apple_base::opts()
103104
})
104105
}

0 commit comments

Comments
 (0)