Closed orf closed 3 weeks ago
I was looking at adding this to the actual cpython build, but it looks a bit more complex. I'm not sure how to pass CC and CXX to make as required by the docs, and build-cpython.sh seems to do some checks that could interfere with this:
CC
CXX
build-cpython.sh
https://github.com/indygreg/python-build-standalone/blob/78e57bd18b48c357904b47a6ae6999ebb255c578/cpython-unix/build-cpython.sh#L119
Going to close per that comment, but if you have a demonstrable speedup in a fork I'm happy to reconsider — the slow CI is tough.
I was looking at adding this to the actual cpython build, but it looks a bit more complex. I'm not sure how to pass
CC
andCXX
to make as required by the docs, andbuild-cpython.sh
seems to do some checks that could interfere with this:https://github.com/indygreg/python-build-standalone/blob/78e57bd18b48c357904b47a6ae6999ebb255c578/cpython-unix/build-cpython.sh#L119