chore: fix static release binaries using zigbuild

This commit is contained in:
Jef Roosens 2025-06-06 13:48:45 +02:00
parent 275d249320
commit 82d914ebbb
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
5 changed files with 32 additions and 14 deletions

View file

@ -14,3 +14,9 @@ edition = "2024"
rand = "0.8.5"
tracing = "0.1.41"
chrono = "0.4.39"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true