Re: [PyQt] Re: More recent g++ slows build time immensely

2008-10-31 Thread Adeodato Simó
* Giovanni Bajo [Mon, 27 Oct 2008 19:28:24 +0100]: On 10/27/2008 4:52 PM, Jim Crowell wrote: Downgrading gcc and g++ from 4.2 to 4.1 decreased build time from about 15 minutes to 13.6 seconds. BTW, you can use the following commands to configure update-alternatives to handle GCC: $

Re: [PyQt] Re: More recent g++ slows build time immensely

2008-10-31 Thread Giovanni Bajo
On 10/31/2008 12:57 PM, Adeodato Simó wrote: * Giovanni Bajo [Mon, 27 Oct 2008 19:28:24 +0100]: On 10/27/2008 4:52 PM, Jim Crowell wrote: Downgrading gcc and g++ from 4.2 to 4.1 decreased build time from about 15 minutes to 13.6 seconds. BTW, you can use the following commands to configure

[PyQt] Re: More recent g++ slows build time immensely

2008-10-27 Thread Jim Crowell
Downgrading gcc and g++ from 4.2 to 4.1 decreased build time from about 15 minutes to 13.6 seconds. Thanks all, -Jim C. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Re: More recent g++ slows build time immensely

2008-10-20 Thread Kevin Watters
Anyway, I'm looking into using sipconfig so I'll end up with lots of little files instead of one big one. It sounds like some new algorithm made your big-oh a little a bigger--splitting things up might improve things quite a bit. I'd also take the time to figure out how to make g++ do