Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: weaver4 on July 09, 2016, 08:24:48 pm

Title: How to add Make Options
Post by: weaver4 on July 09, 2016, 08:24:48 pm
I am not using a custom make file.  But I would like the make to use all four cores so I normally add the option of '-j 4' to get it to compile four files at one time.

How do I add the 'j 4' option in CB?

Thanks,
Title: Re: How to add Make Options
Post by: stahta01 on July 09, 2016, 09:32:25 pm
Settings -> Compiler
Select your Compiler
Tab: "Build Options"
"Number of ...

Tim S.


Title: Re: How to add Make Options
Post by: weaver4 on July 12, 2016, 06:17:13 pm
Thanks!

I did not see the little arrow showing  there were more tabs off to the right!