1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-04-19 19:16: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] [profile.release]
opt-level = "s" opt-level = "s"
codegen-units = 1 codegen-units = 1
lto = "thin" lto = true
strip = "debuginfo" strip = true
panic = "abort"