<div dir="ltr"><div>Hi,</div><div><br></div><div>I am working on a C++ project using Eclipse IDE.</div><div>When I edit some code, and then go to debug it, it takes time to compile the one .cpp file I was editing, and then link it, and then the debugger starts.</div><div>I have a 16 CPU Cores PC, but I have noticed for the use case:</div><div>"one compile then one link"</div><div>It is only using 1 CPU Core.</div><div>It is therefore slow to cycle between edit code, and debug it.<br></div><div>How do I get clang to use more than one core when compiling a single .cpp file?</div><div><div>How do I get clang to use more than one core when linking?</div><div><br></div><div>Essentially, any way to speed up the "one compile then one link" use case would help me.<br></div><div><br></div><div>The build tool is "ninja", so a way for ninja to use clang in this way would help.</div><div><br></div><div>Kind Regards</div><div><br></div><div>James</div><div><br></div><div><br></div></div><div><br></div></div>