From 15483b4e95dde91b4d8c7ffdd617c18d5d1196d8 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Sun, 26 Apr 2026 16:41:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(static):=20remove=20duplicate=20profile.r?= =?UTF-8?q?elease=20=E2=80=94=20already=20defined=20in=20workspace=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/static/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/static/Cargo.toml b/apps/static/Cargo.toml index f721c22..b8a7ad6 100644 --- a/apps/static/Cargo.toml +++ b/apps/static/Cargo.toml @@ -17,8 +17,3 @@ slog = { workspace = true } anyhow = { workspace = true } env_logger = { workspace = true } log = "0.4" - -[profile.release] -strip = true -lto = "thin" -opt-level = 3