http://bugs.winehq.org/show_bug.cgi?id=14055
--- Comment #46 from Artem S. Tashkinov t.artem@mailcity.com 2011-03-28 11:58:21 CDT --- (In reply to comment #44)
Two more things to consider:
1) If you have more than one CPU core, make sure you run make with -j option, e.g.
$ nice make -j2 (if you have two CPU cores)
nice is there so that compilation process doesn't interfere with your desktop activities
2) make sure you've exported proper CFLAGS which can greatly reduce compilation times, like these ones
$ export CFLAGS="-O1 -pipe"
These CFLAGS alone can cut your compilation times fivefold.