parent
6489ee1041
commit
76d1453b5b
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use crate::spec::{FramePointer, RelroLevel, TargetOptions};
|
use crate::spec::{RelroLevel, TargetOptions};
|
||||||
|
|
||||||
pub fn opts() -> TargetOptions {
|
pub fn opts() -> TargetOptions {
|
||||||
TargetOptions {
|
TargetOptions {
|
||||||
|
@ -8,7 +8,6 @@ pub fn opts() -> TargetOptions {
|
||||||
families: vec!["unix".to_string()],
|
families: vec!["unix".to_string()],
|
||||||
has_rpath: true,
|
has_rpath: true,
|
||||||
position_independent_executables: true,
|
position_independent_executables: true,
|
||||||
frame_pointer: FramePointer::Always, // FIXME 43575: should be MayOmit...
|
|
||||||
relro_level: RelroLevel::Full,
|
relro_level: RelroLevel::Full,
|
||||||
abi_return_struct_as_int: true,
|
abi_return_struct_as_int: true,
|
||||||
dwarf_version: Some(2),
|
dwarf_version: Some(2),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue