extra option for release target

This commit is contained in:
Mylloon 2024-11-08 20:26:54 +01:00
parent 58c1b8a21a
commit 7b1fb7dae3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -35,3 +35,7 @@ cyborgtime = "2.1.1"
[lints.clippy]
pedantic = "warn"
[profile.release]
strip = "symbols"
lto = "thin"