From kde-core-devel Sat May 18 11:10:23 2002 From: Simon Hausmann Date: Sat, 18 May 2002 11:10:23 +0000 To: kde-core-devel Subject: Re: GCC 3.1 - even slower compilation and relocation X-MARC-Message: https://marc.info/?l=kde-core-devel&m=102172032906574 On Sat, May 18, 2002 at 12:42:43PM +0200, Allan Sandfeld Jensen wrote: > On Friday 17 May 2002 17:40, Rolf Magnus wrote: > > Hi, > > output of "time make" with gcc 2.95.3: > > > > real 34m56.576s > > user 33m16.010s > > sys 1m12.750s > > > > and with gcc 3.1: > > > > real 69m10.886s > > user 65m58.620s > > sys 1m49.540s > > > And you compiled gcc from CVS? --disable-checking is your friend. I doubt your > gcc 2.95.3 had internal checking activated, but it is default when you > compile gcc from CVS. Not in the branch (and therefore release) . Simon