chore: ️ Update release profile

This commit is contained in:
Sergio Gasquez 2022-10-03 12:04:36 +02:00
parent 278465c33d
commit afd1ed1e7a

View File

@ -33,3 +33,8 @@ strum = { version = "0.24", features = ["derive"] }
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
[profile.release]
lto = "thin"
strip = true