We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce69b39 commit dad5755Copy full SHA for dad5755
src/librustc_back/target/freebsd_base.rs
@@ -33,6 +33,7 @@ pub fn opts() -> TargetOptions {
33
has_rpath: true,
34
pre_link_args: args,
35
position_independent_executables: true,
36
+ eliminate_frame_pointer: false, // FIXME 43575
37
relro_level: RelroLevel::Full,
38
exe_allocation_crate: super::maybe_jemalloc(),
39
.. Default::default()
0 commit comments