We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a17968 commit 4aa5212Copy full SHA for 4aa5212
compiler/rustc_target/src/spec/base/helenos.rs
@@ -9,7 +9,6 @@ pub(crate) fn opts() -> TargetOptions {
9
// with linking libstartfiles.a (parts of which obviously can't be at randomized
10
// positions). The crt_* flags also have some effect on this.
11
// position_independent_executables: true,
12
-
13
relro_level: RelroLevel::Full,
14
panic_strategy: PanicStrategy::Abort,
15
0 commit comments