We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b757 commit 6d0b8aeCopy full SHA for 6d0b8ae
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
+ panic_strategy: "abort".to_string(),
19
relocation_model: "static".to_string(),
20
.. Default::default()
21
}
0 commit comments