Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sque on April 08, 2008, 01:05:42 pm

Title: [SOLVED] Parallel compilation for maximum performance on multicore cpus?
Post 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.
Title: Re: Parallel compilation for maximum performance on multicore cpus?
Post by: Ceniza 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.
Title: Re: [SOLVED] Parallel compilation for maximum performance on multicore cpus?
Post by: sque on April 13, 2008, 03:48:40 pm
Ty very much! That was exactly what I needed :)))
Title: Re: [SOLVED] Parallel compilation for maximum performance on multicore cpus?
Post by: theven on April 26, 2013, 05:49:07 pm
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).