http://bugs.winehq.org/show_bug.cgi?id=22954
--- Comment #7 from NSLW lukasz.wojnilowicz@gmail.com 2010-06-04 06:18:42 --- (In reply to comment #4)
And what are the compilation flags that were used before?
CFLAGS="-g -gdwarf-2" ./configure --disable-tests && make -j3
For regression test I used command which is advised at http://wiki.winehq.org/RegressionTesting that is:
CC="ccache gcc" CFLAGS="-g -O0" ./configure --disable-tests && make -j3