diff --git a/Cargo.toml b/Cargo.toml index 5b908ba..0db8654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,4 @@ crate-type = ["cdylib"] [profile.release] strip = true lto = true +panic = "abort"