chore: override release for smaller binaries
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-22 15:12:40 +01:00
parent 674266664d
commit 88b602a124
3 changed files with 11 additions and 1 deletions

View File

@@ -4,3 +4,12 @@ resolver = "2"
[workspace.package]
version = "0.4.0"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = false
panic = "abort"
overflow-checks = false
strip = true