chore: profile release

This commit is contained in:
GyDi
2022-03-27 01:38:40 +08:00
Unverified
parent f31349eaa0
commit 6ea567742b

View File

@@ -42,3 +42,9 @@ winreg = { version = "0.10", features = ["transactions"] }
default = [ "custom-protocol" ]
custom-protocol = [ "tauri/custom-protocol" ]
verge-dev = []
[profile.release]
panic = "abort"
codegen-units = 1
lto = true
opt-level = "s"