🔧 移除打包压缩

This commit is contained in:
目棃
2024-07-01 14:42:26 +08:00
parent 834a8da696
commit ac63baed2c

View File

@@ -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!!