From 9105b9f4dc22fd8bd9d672c871f44ba914c01582 Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:10:23 +0300 Subject: [PATCH] Update Cargo.toml --- protocol/gdextension/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocol/gdextension/Cargo.toml b/protocol/gdextension/Cargo.toml index 51c7f4d..86e2d03 100644 --- a/protocol/gdextension/Cargo.toml +++ b/protocol/gdextension/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" [profile.release] opt-level = 3 -lto = false -codegen-units = 16 +lto = true +codegen-units = 1 strip = true -panic = "abort" \ No newline at end of file +panic = "abort"