We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./build-macos.py --python cpython-3.10
creates a file
dist/cpython-3.10.16-aarch64-apple-darwin-noopt-20250114T1622.tar.zst
Noopt suggests it is build without optimizations? But logs mention clang ... -O2.
clang ... -O2
So this issue is about either:
The text was updated successfully, but these errors were encountered:
The build variants refer to CPython build options. Here, we are referring to CPython's optimizations, e.g.,
python-build-standalone/cpython-unix/build-cpython.sh
Lines 444 to 450 in 6f3ab98
Sorry, something went wrong.
No branches or pull requests
creates a file
Noopt suggests it is build without optimizations? But logs mention
clang ... -O2
.So this issue is about either:
The text was updated successfully, but these errors were encountered: