[pythran] Re: ignoreflags issue

  • From: serge guelton <serge.guelton@xxxxxxxxxxxxxxxxxxx>
  • To: pythran@xxxxxxxxxxxxx
  • Date: Fri, 2 Nov 2018 22:32:53 +0100

On Fri, Nov 02, 2018 at 03:48:03PM -0400, Neal Becker wrote:

I'm trying to compile with clang++, but I get:
clang-7: error: unknown argument: '-flto-partition=none'

So I tried various variations of
ignoreflags=-flto-partition=none

But it doesn't help.
Any ideas?

This is pythran-0.8.7

With master version that should work, ignoreflags is only valid on master (and 
the coming-soon-release)

(BTW, I'm trying clang++ because I think I've triggered a bug in g++ where it
eats all memory with pythran input)

please share the code! Either here, in private or through a github
issue.


Other related posts: