Reduce binary size
This commit is contained in:
parent
d1e3a3606e
commit
eb3c45bf91
@ -10,3 +10,10 @@ image = { version = "0.25.9", default-features = false, features = ["png", "jpeg
|
|||||||
pico-args = "0.5.0"
|
pico-args = "0.5.0"
|
||||||
toml = "0.9.8"
|
toml = "0.9.8"
|
||||||
x11rb = { version = "0.13.2", default-features = false }
|
x11rb = { version = "0.13.2", default-features = false }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "thin"
|
||||||
|
codegen-units = 1
|
||||||
|
strip = "symbols"
|
||||||
|
opt-level = "z"
|
||||||
|
panic = "abort"
|
||||||
Loading…
x
Reference in New Issue
Block a user