Skip to content

Instantly share code, notes, and snippets.

@eginez
Last active January 3, 2022 18:55
Show Gist options
  • Save eginez/87d0bf2a314a877f654d466a020ae31a to your computer and use it in GitHub Desktop.
Save eginez/87d0bf2a314a877f654d466a020ae31a to your computer and use it in GitHub Desktop.
Python build configurations
python -c "import sysconfig; print('-fprofile-use' in (sysconfig.get_config_var('PY_CFLAGS') + sysconfig.get_config_var('PY_CFLAGS_NODIST')))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment