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 9704a83 commit 3a18792Copy full SHA for 3a18792
compiler/rustc_target/src/spec/aarch64_unknown_none.rs
@@ -14,7 +14,7 @@ pub fn target() -> Target {
14
linker: Some("rust-lld".to_owned()),
15
features: "+strict-align,+neon,+fp-armv8".to_string(),
16
executables: true,
17
- relocation_model: RelocModel::Static,
+ relocation_model: RelocModel::Pic,
18
disable_redzone: true,
19
max_atomic_width: Some(128),
20
panic_strategy: PanicStrategy::Abort,
0 commit comments