Skip to content

Commit 76d1453

Browse files
committed
freebsd remove compiler workaround.
related issue #43575
1 parent 6489ee1 commit 76d1453

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_target/src/spec/freebsd_base.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::spec::{FramePointer, RelroLevel, TargetOptions};
1+
use crate::spec::{RelroLevel, TargetOptions};
22

33
pub fn opts() -> TargetOptions {
44
TargetOptions {
@@ -8,7 +8,6 @@ pub fn opts() -> TargetOptions {
88
families: vec!["unix".to_string()],
99
has_rpath: true,
1010
position_independent_executables: true,
11-
frame_pointer: FramePointer::Always, // FIXME 43575: should be MayOmit...
1211
relro_level: RelroLevel::Full,
1312
abi_return_struct_as_int: true,
1413
dwarf_version: Some(2),

0 commit comments

Comments
 (0)