News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[SOLVED] Parallel compilation for maximum performance on multicore cpus?

Started by sque, April 08, 2008, 01:05:42 PM

Previous topic - Next topic

sque

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.
Tell me a bug and I 'll tell you two  :twisted:

Ceniza

Sure it is. Go to Settings -> Compiler and Debugger... search for the Other settings tab: number of processes for parallel builds.

sque

Tell me a bug and I 'll tell you two  :twisted:

theven

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).