[Wine] Using all cores during compile

ryan woodsmall rwoodsmall at mac.com
Thu Oct 13 14:56:58 CDT 2011


> Is there anyway to use all 4 cores on my quad core during compilation? It appears I am only using 1 core. I am hoping there is a flag I can pass to the makefile.

Look at the "-j" option to the make command.  It takes a numeric argument that signifies how many simultaneous jobs should be running.

ccache is another useful project that can considerably speed up compilation by caching previous compiler output:

  http://ccache.samba.org/



More information about the wine-users mailing list