--- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,6 @@ [profile.release] lto = true +codegen-units = 1 +opt-level = "z" +panic = "abort"