diff --git a/Cargo.toml b/Cargo.toml index 4d730e958..ec8a7f406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,3 +79,6 @@ strict = ['openssl/vendored'] sys-openssl = ['openssl'] # Keeping feature for users already using this feature flag vendored-openssl = ['openssl/vendored'] + +[profile.release] +panic = "abort" \ No newline at end of file