Author Topic: How to add Make Options  (Read 2406 times)

Offline weaver4

  • Single posting newcomer
  • *
  • Posts: 9
How to add Make Options
« 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,

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: How to add Make Options
« Reply #1 on: July 09, 2016, 09:32:25 pm »
Settings -> Compiler
Select your Compiler
Tab: "Build Options"
"Number of ...

Tim S.


C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline weaver4

  • Single posting newcomer
  • *
  • Posts: 9
Re: How to add Make Options
« Reply #2 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!