[Wine] Re: Heads Up: gcc-4.6 -march=corei7 -mtune=corei7 doesn't work

DL wineforum-user at winehq.org
Sat Jul 2 21:11:16 CDT 2011


Are you using a Sandy Bridge system 3vi1? The AVX instructions that get enabled when using -march=native with SB result in failed compilation for some applications. Try these flags:

CFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe"







More information about the wine-users mailing list