From ac63baed2c6d404b9abc1dbe1e82ed06739575cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Mon, 1 Jul 2024 14:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E7=A7=BB=E9=99=A4=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b75bc0e0..aad387c9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -37,13 +37,6 @@ version = "0.1.2" git = "https://github.com/tauri-apps/plugins-workspace" branch = "v1" -# η”¨δΊŽζ‰“εŒ… -[profile.release] -codegen-units = 1 -lto = true -opt-level = "s" -panic = "abort" - [features] # this feature is used for production builds or when `devPath` points to the filesystem # DO NOT REMOVE!!