Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: sque on April 08, 2008, 01:05:42 pm
-
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.
-
Sure it is. Go to Settings -> Compiler and Debugger... search for the Other settings tab: number of processes for parallel builds.
-
Ty very much! That was exactly what I needed :)))
-
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).