1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-09-13 05:02:52 +00:00

build: update release build profile

This commit is contained in:
2025-09-11 20:48:22 +02:00
parent 97bc189968
commit 766a354677

View File

@@ -36,9 +36,9 @@ clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-c
clap_complete = "4.5"
[profile.release]
opt-level = "s"
opt-level = "z"
codegen-units = 1
lto = "thin"
lto = true
strip = true
panic = "abort"