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.

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top