bombasticbob / X11workbenchProject

The X11 Work Bench, an IDE for working on X11 applications, with a simple C language toolkit that should be familiar and easy to use for old school GUI programmers (currently pre-alpha state)
Other
3 stars 0 forks source link

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

Open bombasticbob opened 5 years ago

bombasticbob commented 5 years ago

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.