From 15004f3dae0ea3fa8efa647b2d65f68ea8ac2823 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:41:29 +0000 Subject: [PATCH] chore: optimize further --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4dd9c76..d25d3e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,8 @@ resolver = "2" opt-level = 3 debug = false rpath = true -lto = true +lto = 'fat' +codegen-units = 1 [profile.release.package."*"] opt-level = 3