From caf2f46a163be9697fd8450506a8bcf04df011a1 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 76a0c96..739a816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ resolver = "2" opt-level = 3 debug = false rpath = true -lto = true +lto = 'fat' +codegen-units = 1 [profile.release.package."*"] opt-level = 3