Author Topic: [SOLVED] Parallel compilation for maximum performance on multicore cpus?  (Read 7326 times)

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Is it possible for codeblocks to build project files parallel? Something similar to make -jX. This would give a GREAT boost on all those multicore cpus that float around.
« Last Edit: April 13, 2008, 03:48:21 pm by sque »
Tell me a bug and I 'll tell you two  :twisted:

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Parallel compilation for maximum performance on multicore cpus?
« Reply #1 on: April 08, 2008, 03:08:25 pm »
Sure it is. Go to Settings -> Compiler and Debugger... search for the Other settings tab: number of processes for parallel builds.
« Last Edit: April 08, 2008, 03:21:19 pm by Ceniza »

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Ty very much! That was exactly what I needed :)))
Tell me a bug and I 'll tell you two  :twisted:

Offline theven

  • Multiple posting newcomer
  • *
  • Posts: 11
Is it possible for codeblocks to build projects parallel? This would give a GREAT boost for multiprojects workspaces which uses precompiled headers - in my system is about 50% of the compile-time, i.e. 50% of time used only one core (i have ten shared libraries with weak dependencies).