Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi processor compilation for windows builds #599

Merged
merged 1 commit into from
Aug 15, 2018
Merged

Multi processor compilation for windows builds #599

merged 1 commit into from
Aug 15, 2018

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.

None yet

2 participants