mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add profiling
profile for profilers
This commit is contained in:
parent
de9e85978b
commit
a8d020f53c
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ walkdir = { version = "2.4.0" }
|
|||
which = { version = "4.4.2" }
|
||||
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
|
||||
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
# Config for 'cargo dist'
|
||||
[workspace.metadata.dist]
|
||||
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue