chore: profile release

This commit is contained in:
GyDi 2022-03-27 01:38:40 +08:00
parent f31349eaa0
commit 6ea567742b
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

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