http://bugs.winehq.org/show_bug.cgi?id=29982
--- Comment #11 from Felipe Contreras felipe.contreras@gmail.com 2012-03-25 10:29:09 CDT --- I tried DRAW_USE_LLVM=0, doesn't help.
However, recompiling with -O1 does make it work.
FTR, this is how Arch Linux compiles it:
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
./configure --prefix=/usr \ --with-dri-driverdir=/usr/lib32/xorg/modules/dri \ --with-gallium-drivers=r300,r600,nouveau,swrast \ --enable-gallium-llvm \ --disable-gallium-egl --enable-shared-glapi \ --enable-glx-tls \ --with-driver=dri \ --enable-gles1 \ --enable-gles2 \ --disable-egl \ --enable-texture-float \ --enable-shared-dricore \ --enable-32-bit \ --libdir=/usr/lib32