Skip to content

Commit 6d0b8ae

Browse files
author
Jorge Aparicio
committed
set panic-strategy to abort
1 parent 396b757 commit 6d0b8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_back/target/thumb_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub fn opts() -> TargetOptions {
1515
TargetOptions {
1616
executables: true,
1717
linker: "arm-none-eabi-gcc".to_string(),
18+
panic_strategy: "abort".to_string(),
1819
relocation_model: "static".to_string(),
1920
.. Default::default()
2021
}

0 commit comments

Comments
 (0)