This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: long compilation times with current cvs
On Wed, 2004-06-09 at 04:09, Andreas Jaeger wrote:
> Sean McNeil <sean@mcneil.com> writes:
>
> > Is anyone else experiencing this? I have a pretty fast Athalon64 3k+,
> > 1GB ram running FreeBSD/amd64. I'm doing a make bootstrap now and when
> > the stage 1 or 2 cc1 process works on gcc/insn-attrtab.c or insn-recog.c
> > it takes almost 2 minutes and 1 minute respectively of cpu time each.
> > gcc 3.3.3 zips through them in about 5 seconds cpu during stage 1.
>
> Read the manual on
> --enable-checking/--disable-checking
>
> GCC development versions bootstrap with extra checking options to
> catch bugs,
>
> Andreas
OK, thanks. I thought that configure --disable-checking would have
worked accross a bootstrap.