http://bugs.winehq.org/show_bug.cgi?id=22954
--- Comment #5 from Wylda wylda@volny.cz 2010-05-31 00:17:49 --- (In reply to comment #4)
And what are the compilation flags that were used before?
It's in the first post - aditional info:
Before (-O0 default causes .44 not being compiled): CFLAGS="-g -gdwarf-2" ./configure --disable-tests
After: CFLAGS="-g -gdwarf-2 -O2" ./configure --disable-tests