make -jN
where N is the number of cores you have +1, maybe even +2 or more.
Also install ccache if you don't already, it will save time on subsequent compilations of files which haven't changed.
Also compile in native Linux if you can, if not VMWare should be second fastest, with cgywin coming in a distant third.