disable jemalloc on exectuable for ios targets

This commit is contained in:
Mathieu Poumeyrol 2017-11-23 17:22:22 +01:00
parent b9b82fde7c
commit a42f6fa50e

View file

@ -99,6 +99,7 @@ pub fn opts(arch: Arch) -> Result<TargetOptions, String> {
executables: true,
pre_link_args,
has_elf_tls: false,
exe_allocation_crate: None,
.. super::apple_base::opts()
})
}