This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc 4.0.2 RC1 checking not disabled?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: dave dot korn at artimi dot com (Dave Korn)
- Cc: caligula at sarijopen dot student dot utwente dot nl ('Gcc K6 testing account'), gcc at gcc dot gnu dot org
- Date: Wed, 14 Sep 2005 14:56:29 -0400 (EDT)
- Subject: Re: Gcc 4.0.2 RC1 checking not disabled?
>
> ----Original Message----
> >From: Gcc K6 testing account
> >Sent: 14 September 2005 19:43
>
> > Ave gcc people
>
> ¡Hola!
>
> > Is "-DENABLE_CHECKING" supposed to happen in a RC/release?
> > Or has -DENABLE_CHECKING nothing to do with the configure
> > option --enable-checking?
>
> --enable-checking defaults to on these days, and has done for some time.
> It doesn't enable _all_ the checking options by default, just some of the
> most useful ones.
Actually that is not true. It defaults to --enable-checking=release for
release branches with building with normal checking on stage1.
Thanks,
Andrew Pinski