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

Enable /MP for parallel builds with MSVC #69

Open
rcdailey opened this issue Dec 21, 2018 · 1 comment
Open

Enable /MP for parallel builds with MSVC #69

rcdailey opened this issue Dec 21, 2018 · 1 comment

Comments

@rcdailey
Copy link
Contributor

@Orphis: Please cherry pick this commit:

Ziosk@17869fd

rcdailey added a commit to rcdailey/boost-cmake that referenced this issue Dec 21, 2018
When MSVC is detected, add the `/MP` option to the compile flags for
all targets. This enables multi-processor (multi-core) builds per
translation unit being compiled.

Fixes Orphis#69

Signed-off-by: Robert Dailey <[email protected]>
@rcdailey
Copy link
Contributor Author

Never mind, I have contributed a pull request for you.

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 a pull request may close this issue.

1 participant