On Thu, Apr 15, 2010 at 12:19 PM, Caleb Cushing <[email protected]> wrote:

> dunno why it doesn't like core2 optimizations but it seems to bail for
> this package when using those... reverting them to
>
> CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
> CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
>
> works...
>
> problem solved... PEBCAK?
> --
> Caleb Cushing
>
> http://xenoterracide.blogspot.com
>

latest versions of gcc support the -march=native flag.   Does that work?

Reply via email to