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