mirror of
https://github.com/pumpbin/pumpbin
synced 2026-03-14 23:04:30 -07:00
chore: update release profile
This commit is contained in:
@@ -30,3 +30,9 @@ git = "https://github.com/iced-rs/iced"
|
|||||||
rev = "6c1027af8d54ad21e282337b53097eb196d62c00"
|
rev = "6c1027af8d54ad21e282337b53097eb196d62c00"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["advanced", "svg", "tokio", "wgpu"]
|
features = ["advanced", "svg", "tokio", "wgpu"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
opt-level = "z"
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user