mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35: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" }
|
which = { version = "4.4.2" }
|
||||||
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
|
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
|
||||||
|
|
||||||
|
[profile.profiling]
|
||||||
|
inherits = "release"
|
||||||
|
debug = true
|
||||||
|
|
||||||
# Config for 'cargo dist'
|
# Config for 'cargo dist'
|
||||||
[workspace.metadata.dist]
|
[workspace.metadata.dist]
|
||||||
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
|
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue