From 1cea69a52e2f86d0f71ab3f7aa50ed057e003bce Mon Sep 17 00:00:00 2001 From: Alexander Baranov Date: Sun, 10 May 2026 19:44:55 +0300 Subject: [PATCH] =?UTF-8?q?smart-house-web:=20=D0=B2=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smart-house-web/backend/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/smart-house-web/backend/Cargo.toml b/smart-house-web/backend/Cargo.toml index d64875f..86d8ca5 100644 --- a/smart-house-web/backend/Cargo.toml +++ b/smart-house-web/backend/Cargo.toml @@ -3,6 +3,18 @@ name = "backend" version = "0.1.0" edition = "2024" +[profile.release] +opt-level = "s" +strip = "symbols" +lto = true +panic = "abort" +codegen-units = 1 + +[profile.release.build-override] +opt-level = "s" +strip = "symbols" +codegen-units = 1 + [dependencies] tracing = "0.1" tracing-subscriber = "0.3"