feat: 优化二进制体积

This commit is contained in:
lanyeeee
2025-07-09 05:28:28 +08:00
parent d412340d6c
commit ea9b7449d6
+6
View File
@@ -26,3 +26,9 @@ serde_json = "1"
specta = { version = "=2.0.0-rc.20", features = ["serde_json"] }
tauri-specta = { version = "=2.0.0-rc.20", features = ["derive", "typescript"] }
specta-typescript = { version = "=0.0.7" }
[profile.release]
strip = true
lto = true
codegen-units = 1
panic = "abort"