Author Topic: Parallel projects compilation  (Read 3737 times)

Offline Ghorgoth

  • Multiple posting newcomer
  • *
  • Posts: 17
Parallel projects compilation
« on: October 14, 2013, 12:19:56 pm »
Hi,
i work on a big project (>200 projects in the cbp) which really begins to take a while to build. Codeblocks parallel build works well within a project, but most of the time my CPU (dual XEON) does almost nothing (during link time). In fact in my tests even i activate all the cores in codeblocks there are almost no gain.
Why codeblocks doesn't allow to build projects in parallel like visual studio for example ? Many of my projects could be built at the same time but there is no way in codeblocks to manage that.
That can't be an IO issue since SSD drives are far from being used at their maximum in the build process. Any though ?

Thanks,

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Parallel projects compilation
« Reply #1 on: October 14, 2013, 12:50:49 pm »
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Ghorgoth

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Parallel projects compilation
« Reply #2 on: October 24, 2013, 09:23:23 am »
Indeed that would be greatly appreciated ;)