We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c3263 commit 396b757Copy full SHA for 396b757
src/librustc_back/target/thumb_base.rs
@@ -15,6 +15,7 @@ pub fn opts() -> TargetOptions {
15
TargetOptions {
16
executables: true,
17
linker: "arm-none-eabi-gcc".to_string(),
18
+ relocation_model: "static".to_string(),
19
.. Default::default()
20
}
21
0 commit comments