diff --git a/Cargo.toml b/Cargo.toml index 6c877d47b..36d0551ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,8 @@ dist = false github-attestations = true [profile.release] +codegen-units = 1 +panic = "abort" lto = true [profile.dist]