Use panic=abort for tests
Try to fix issues with undefined `rust_eh_personality` symbols
This commit is contained in:
parent
59fb3fd69c
commit
9fdc957019
1 changed files with 6 additions and 0 deletions
|
|
@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"]
|
|||
|
||||
[workspace]
|
||||
members = ["testcrate"]
|
||||
|
||||
[profile.release]
|
||||
panic = 'abort'
|
||||
|
||||
[profile.dev]
|
||||
panic = 'abort'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue