We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc0b484 + 76d1453 commit e3c6cd2Copy full SHA for e3c6cd2
compiler/rustc_target/src/spec/freebsd_base.rs
@@ -1,4 +1,4 @@
1
-use crate::spec::{FramePointer, RelroLevel, TargetOptions};
+use crate::spec::{RelroLevel, TargetOptions};
2
3
pub fn opts() -> TargetOptions {
4
TargetOptions {
@@ -8,7 +8,6 @@ pub fn opts() -> TargetOptions {
8
families: vec!["unix".to_string()],
9
has_rpath: true,
10
position_independent_executables: true,
11
- frame_pointer: FramePointer::Always, // FIXME 43575: should be MayOmit...
12
relro_level: RelroLevel::Full,
13
abi_return_struct_as_int: true,
14
dwarf_version: Some(2),
0 commit comments