add profiles

This commit is contained in:
🪞👃🪞 2025-03-15 17:15:27 +02:00
parent e73bd0a73a
commit 28f9220e6c
2 changed files with 10 additions and 0 deletions

View file

@ -21,3 +21,10 @@ xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
#base64 = "0.22"
#moku = "0.2"
#sha2 = "0.10"
[profile.release]
lto = true
[profile.coverage]
inherits = "test"
lto = false