Use panic=abort for tests
Try to fix issues with undefined `rust_eh_personality` symbols
This commit is contained in:
parent
2e8f0b125b
commit
d74c506aab
|
@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"]
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["testcrate"]
|
members = ["testcrate"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
panic = 'abort'
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
panic = 'abort'
|
||||||
|
|
Loading…
Reference in New Issue