Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Renato_A on July 29, 2014, 04:36:46 pm

Title: Multiple file compilation
Post by: Renato_A on July 29, 2014, 04:36:46 pm
Hello all:

I've been using C::B 13.12 in Ubuntu 14.04. Is there a way to enable compilation of multiple files at once in C::B? I would like to profit from the quadcore processor I have in my computer.

Thanks
Title: Re: Multiple file compilation
Post by: oBFusCATed on July 29, 2014, 09:00:29 pm
Yes make a project an it should be set to use them all. If not go to Settings -> Compiler -> Build options -> Number of processes for parallel builds
Title: Re: Multiple file compilation
Post by: scarphin on July 29, 2014, 11:31:26 pm
Out of curiosity, is that option global? It seems to change the setting for every compiler on my installation.
Title: Re: Multiple file compilation
Post by: oBFusCATed on July 29, 2014, 11:44:24 pm
Yes, I think it is common for all compilers...