1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-04-19 11:06:50 +00:00

Update build profile for smaller file size

This commit is contained in:
Paul-Christian Volkmer 2023-05-05 13:17:15 +02:00
parent 5ea44efd11
commit 9b8a0ca3ef

View File

@ -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"