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