From 9a87b8c9ff2ced8046b57b33b8a2479790505e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Sun, 18 May 2025 20:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7bda6bb..175f6d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ edition = "2021" members = [".", "server", "domain", "i18n","library", "macro"] # https://doc.rust-lang.org/cargo/reference/profiles.html -[prifile.release] +[profile.release] lto = true codegen-units = 1 opt-level = "z" +split-debuginfo = "packed" # Platform-specific. [profile.dev] opt-level = 0 debug = true -split-debuginfo = '...' # Platform-specific. strip = "none" debug-assertions = true overflow-checks = true