Reduce binary size

This commit is contained in:
Candifloss 2025-12-16 21:41:54 +05:30
parent d1e3a3606e
commit eb3c45bf91

View File

@ -10,3 +10,10 @@ image = { version = "0.25.9", default-features = false, features = ["png", "jpeg
pico-args = "0.5.0"
toml = "0.9.8"
x11rb = { version = "0.13.2", default-features = false }
[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"
opt-level = "z"
panic = "abort"