--- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,7 @@ lto = "thin" [profile.release] -lto = "thin" +codegen-units = 1 +lto = true +opt-level = "z" +panic = "abort"