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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user