Parcourir la source

docs: Use `--verbose` with performance CPython build instructions (#3053)

pull/3056/head
Andrew Linzie il y a 1 semaine
committed by GitHub
Parent
révision
1cabb6e02b
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      plugins/python-build/README.md

+ 1
- 1
plugins/python-build/README.md Voir le fichier

@ -208,7 +208,7 @@ enables PGO (profile guided optimization). While your mileage may vary, it is
common for performance improvement from this to be in the ballpark of 30%.
```sh
env PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto' PYTHON_CFLAGS='-march=native -mtune=native' pyenv install 3.6.0
env PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto' PYTHON_CFLAGS='-march=native -mtune=native' pyenv install --verbose 3.6.0
```
You can also customize the task used for profile guided optimization by setting

Chargement…
Annuler
Enregistrer