diff --git a/Cargo.toml b/Cargo.toml index 0bbd22e..a7f34c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"] [workspace] members = ["testcrate"] + +[profile.release] +panic = 'abort' + +[profile.dev] +panic = 'abort'