feat: reduce parrelization, maximize LTO

this reduces the binary size from 22MB to 15MB
(via `nix build`, as reported by `eza`)
This commit is contained in:
electria 2026-09-25 11:19:11 -07:00
commit ba96aa4d6b
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -12,3 +12,7 @@ sysinfo = "0.39.6"
[dependencies.iced] [dependencies.iced]
version = "0.14.0" version = "0.14.0"
features = [ "canvas", "smol" ] features = [ "canvas", "smol" ]
[profile.release]
lto = true
codegen-units = 1