Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Created September 14, 2024 13:20
Show Gist options
  • Save darth-veitcher/f75d4510f566c4df2e328c5aaec933f6 to your computer and use it in GitHub Desktop.
Save darth-veitcher/f75d4510f566c4df2e328c5aaec933f6 to your computer and use it in GitHub Desktop.
platform optimised python with pyenv
env PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto' \
PYTHON_CFLAGS='-march=native -mtune=native' MAKEFLAGS="-j$(nproc)" pyenv install 3.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment