15 Apr
2010
15 Apr
'10
6:57 p.m.
On Thu, Apr 15, 2010 at 12:19 PM, Caleb Cushing <xenoterracide@gmail.com> 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
latest versions of gcc support the -march=native flag. Does that work?