Question

How do you configure kdevelop to perform builds in parallel?

The command line equivalent might be:

make -j 4

...to run four jobs in parallel.

Was it helpful?

Solution

Go to Project -> Open Configuration...

Click on Make on the left. Then set the value you want under Number of simulataneous jobs.

These instructions apply to KDevelop 4.4.1, but may apply to earlier versions as well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top