문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top