Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106679

Re: I'd like to add -march=native to my pip builds

From Neal Becker <ndbecker2@gmail.com>
Newsgroups comp.lang.python
Subject Re: I'd like to add -march=native to my pip builds
Date 2016-04-08 09:42 -0400
Message-ID <mailman.83.1460122987.2253.python-list@python.org> (permalink)
References <ne8bk2$mrm$1@ger.gmane.org> <ne8c84$221$1@ger.gmane.org> <ne8ch1$59g$1@ger.gmane.org>

Show all headers | View raw


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?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: I'd like to add -march=native to my pip builds Neal Becker <ndbecker2@gmail.com> - 2016-04-08 09:42 -0400

csiph-web