From 1e1d9a9935c2de679ee8f10e2c35b7053fc078cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Thu, 16 Apr 2026 17:57:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc6d1e7..082d5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ openssl = { version = "0.10", features = ["vendored"] } openssl = { version = "0.10", features = ["vendored"] } [profile.release] -opt-level = "z" # Оптимизация на размер (s/z) -lto = true # Link Time Optimization -codegen-units = 1 # Лучшая оптимизация (но дольше компиляция) +opt-level = "z" +lto = true +codegen-units = 1 strip = true