User forums > Using Code::Blocks

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

(1/1)

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.

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

sque:
Ty very much! That was exactly what I needed :)))

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

Navigation

[0] Message Index

Go to full version