set panic-strategy to abort
This commit is contained in:
parent
396b757fc3
commit
6d0b8aeb97
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ pub fn opts() -> TargetOptions {
|
|||
TargetOptions {
|
||||
executables: true,
|
||||
linker: "arm-none-eabi-gcc".to_string(),
|
||||
panic_strategy: "abort".to_string(),
|
||||
relocation_model: "static".to_string(),
|
||||
.. Default::default()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue