Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: idhan on March 12, 2007, 10:26:21 pm

Title: how to compile with 4 processors??
Post by: idhan on March 12, 2007, 10:26:21 pm
Hi,

I am trying code::blocks.. and I want to compile taking advantage of my 4 processors.. so, on Kdevelop I have a option to run 4 job simultaneously (or so many I want). The compile process is really fast on kdevelop. But on code::blocks only compile one cpp file after other.. How can I compile more jobs simultaneously??? Do I have any setting on code::block to do that????

thanks for you help..
Title: Re: how to compile with 4 processors??
Post by: Xaviou on March 13, 2007, 12:27:50 am
Hi

Go to "Settings" / "Compiler and Debugger Settings"
in the "global compiler settings" section, select "Other settings" in the listbox, and you can enter the number of processes for parallels build.
Title: Re: how to compile with 4 processors??
Post by: idhan on March 13, 2007, 01:23:41 am
thanks a lot :-)