Workaround abort(2) on compilation error on FreeBSD.

Same problem as OpenBSD, tracking bug #43575.
This commit is contained in:
Bryan Drewery 2018-02-23 19:33:03 -08:00
parent 27a046e933
commit 34b45c192f

View File

@ -33,6 +33,7 @@ pub fn opts() -> TargetOptions {
has_rpath: true,
pre_link_args: args,
position_independent_executables: true,
eliminate_frame_pointer: false, // FIXME 43575
relro_level: RelroLevel::Full,
exe_allocation_crate: super::maybe_jemalloc(),
.. Default::default()