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"
|
#base64 = "0.22"
|
||||||
#moku = "0.2"
|
#moku = "0.2"
|
||||||
#sha2 = "0.10"
|
#sha2 = "0.10"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|
||||||
|
[profile.coverage]
|
||||||
|
inherits = "test"
|
||||||
|
lto = false
|
||||||
|
|
|
||||||
3
Justfile
3
Justfile
|
|
@ -13,3 +13,6 @@ cov-md-ci:
|
||||||
{{covfig}} time grcov . -s . {{grcov-binary}} {{grcov-ignore}} -t markdown | sort
|
{{covfig}} time grcov . -s . {{grcov-binary}} {{grcov-ignore}} -t markdown | sort
|
||||||
doc:
|
doc:
|
||||||
cargo doc
|
cargo doc
|
||||||
|
|
||||||
|
build-release:
|
||||||
|
time cargo build -j4 --release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue