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:
Charlie Marsh 2024-07-25 13:29:31 -04:00 committed by GitHub
parent 4da34a6e2e
commit a089e20a35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 205 additions and 204 deletions

View file

@ -104,6 +104,7 @@ class CPythonFinder(Finder):
)
FLAVOR_PREFERENCES = [
"install_only_stripped",
"install_only",
"shared-pgo",
"shared-noopt",