Skip to content

Commit d74c506

Browse files
committed
Use panic=abort for tests
Try to fix issues with undefined `rust_eh_personality` symbols
1 parent 2e8f0b1 commit d74c506

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"]
4646

4747
[workspace]
4848
members = ["testcrate"]
49+
50+
[profile.release]
51+
panic = 'abort'
52+
53+
[profile.dev]
54+
panic = 'abort'

0 commit comments

Comments
 (0)