Stefan Behnel wrote:
> CFLAGS="-O3 -march=native" pip install --no-use-wheel
Thanks, not bad. But no way to put this in a config file so I don't have to
remember it, I guess?
--
https://mail.python.org/mailman/listinfo/python-list
Neal Becker schrieb am 08.04.2016 um 15:27:
> I'd like to add -march=native to my pip builds. How can I do this?
First of all, make sure you don't install binary packages and wheels.
Changing the C compiler flags will require source builds.
Then, it should be enough to s
I'd like to add -march=native to my pip builds. How can I do this?
--
https://mail.python.org/mailman/listinfo/python-list