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

'make -j' is now a built-in feature #21

Open
bombasticbob opened this issue Jun 9, 2019 · 0 comments
Open

'make -j' is now a built-in feature #21

bombasticbob opened this issue Jun 9, 2019 · 0 comments

Comments

@bombasticbob
Copy link
Owner

bombasticbob commented Jun 9, 2019

The new configure scripts check for multiple cores, and automatically invoke 'make' with the '-j' flag that assigns one thread per CPU counted during the configuration process.

In short, this will at least speed up the build process by a factor of 2, assuming you have at least 2 cores in your CPU or VM.

If this causes problems, please comment here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant