Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Adding /MP flag to makefile.nmake

From: Kovarththanan Rajaratnam <krj@xxxxxxxxxxxxx>
Date: Wed, 15 Jul 2009 23:09:22 +0200
Anders Broman wrote:
Hi,
How about adding the /MP flag to the nmake files?
_http://stackoverflow.com/questions/601970/how-do-i-utilise-all-the-cores-for-nmake_

I'd like to support this. I've been using it for quite some time now and the reduction in compile time is noticable.

Some test results for 'nmake -f Makefile.nmake all':

Without /MP: 517 sec.
With /MP   : 401 sec.

--
Best regards,
Kovarththanan Rajaratnam