mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
add profiles
This commit is contained in:
parent
e73bd0a73a
commit
28f9220e6c
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue