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]
|
[profile.release]
|
||||||
opt-level = "s"
|
opt-level = "s"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
lto = "thin"
|
lto = true
|
||||||
strip = "debuginfo"
|
strip = true
|
||||||
|
panic = "abort"
|
||||||
|
Reference in New Issue
Block a user