Skip to content

Conversation

Neiko2002
Copy link
Member

Like I mentioned in #568 compilation using multiple cores does not work correctly right now. We are using /maxcpucount which builds multiple projects at ones. To compile in parallel we need to tell the compiler (cl.exe) to use multiple cores.

Reference
https://msdn.microsoft.com/en-us/library/bb385193.aspx?f=255&MSPPError=-2147217396

/maxcpucount: the MSBuild.exe tool can build multiple projects at the same time
/MP: compiler (cl.exe) option can build multiple compilation units at the same time

@saudet saudet merged commit 2f6c1d8 into bytedeco:master Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants