You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
In addition, to shorten the compilation time, Python source code tarball allows you add the option -j <#jobs> when calling command make.
However, due to how the task calling command pyenv install... is designed here, even though I can pass configure options via variable pyenv_python_configure_opts, I can't do so for GCC flags or make opts.
I would suggest to enhance the task above similar to:
Indeed you can even think into extent that task to support the full range of environment variables provided by pyenv plugin python-build at Special environment variables (e.g. this way I can even have control over the GCC compiler I want to use via env variable CC).