mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-13 12:02:17 +00:00
Use stripped variants by default in Python install (#5451)
## Summary Will file a separate ticket to support `--debug`. Closes https://github.com/astral-sh/uv/issues/5447.
This commit is contained in:
parent
4da34a6e2e
commit
a089e20a35
3 changed files with 205 additions and 204 deletions
|
@ -104,6 +104,7 @@ class CPythonFinder(Finder):
|
|||
)
|
||||
|
||||
FLAVOR_PREFERENCES = [
|
||||
"install_only_stripped",
|
||||
"install_only",
|
||||
"shared-pgo",
|
||||
"shared-noopt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue