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


Groups > comp.lang.python > #106679 > unrolled thread

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

Started byNeal Becker <ndbecker2@gmail.com>
First post2016-04-08 09:42 -0400
Last post2016-04-08 09:42 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromNeal Becker <ndbecker2@gmail.com>
Date2016-04-08 09:42 -0400
SubjectRe: I'd like to add -march=native to my pip builds
Message-ID<mailman.83.1460122987.2253.python-list@python.org>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web