Re: [Development] Compilation time very slow

2013-10-24 Thread Robert Knight
> But seriously - how about pre-compiled headers? Is anyone using this compiler > feature? Does it really help? Yes and yes. There is a huge amount of redundancy in compilation of typical C++ projects. YMMV but effective use of precompiled headers can help significantly. There are a couple of ru

Re: [Development] Compilation time very slow

2013-10-24 Thread Konstantin Tokarev
24.10.2013, 19:14, "Diego Iastrubni" : > On Wed, Oct 23, 2013 at 7:04 PM, Thiago Macieira > wrote: >> 3) Don't use Windows (the operating system and filesystems are too slow) >>  3.b) don't use MinGW (it uses sub-processes a lot, which are slow on >> Windows) > > LOL... > > But seriously - how

Re: [Development] Compilation time very slow

2013-10-24 Thread Thiago Macieira
On quinta-feira, 24 de outubro de 2013 17:14:16, Diego Iastrubni wrote: > On Wed, Oct 23, 2013 at 7:04 PM, Thiago Macieira > > wrote: > > 3) Don't use Windows (the operating system and filesystems are too slow) > > > > 3.b) don't use MinGW (it uses sub-processes a lot, which are slow on > > > >

Re: [Development] Compilation time very slow

2013-10-24 Thread Diego Iastrubni
On Wed, Oct 23, 2013 at 7:04 PM, Thiago Macieira wrote: > 3) Don't use Windows (the operating system and filesystems are too slow) > 3.b) don't use MinGW (it uses sub-processes a lot, which are slow on > Windows) > LOL... But seriously - how about pre-compiled headers? Is anyone using this com

Re: [Development] Compilation time very slow

2013-10-23 Thread Thiago Macieira
On quarta-feira, 23 de outubro de 2013 16:30:04, Olivier Austina wrote: > Hi > I am using Qt 4.8 and Qt Creator 2.7.0 on Windows XP SP3. I am using also > Boost C++. When I compile it take 2-3 minutes to compile.How can I reduce > this time? Thank you 1) Don't include what you don't need 2) Don't

Re: [Development] Compilation time very slow

2013-10-23 Thread Konstantin Tokarev
23.10.2013, 18:30, "Olivier Austina" : > Hi > I am using Qt 4.8 and Qt Creator 2.7.0 on Windows XP SP3. I am using also > Boost C++. When I compile it take 2-3 minutes to compile.How can I reduce > this time? Thank you http://bit.ly/1idQf7H -- Regards, Konstantin

[Development] Compilation time very slow

2013-10-23 Thread Olivier Austina
Hi I am using Qt 4.8 and Qt Creator 2.7.0 on Windows XP SP3. I am using also Boost C++. When I compile it take 2-3 minutes to compile.How can I reduce this time? Thank you Regards Olivier ___ Development mailing list Development@qt-project.org http://list