mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-07-01 14:02:54 +00:00
Update build profile for smaller file size
This commit is contained in:
@ -26,5 +26,6 @@ serde_derive = "1"
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
codegen-units = 1
|
||||
lto = "thin"
|
||||
strip = "debuginfo"
|
||||
lto = true
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
Reference in New Issue
Block a user