This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Improve bootstrap times
On Thu, Apr 26, 2018 at 10:08:09AM +0200, Richard Biener wrote:
> Ok, so the following passed bootstrap & profiledbootstrap (and I checked
> we only get -fno-checking at the appropriate places and not -fchecking)
> on trunk, a bootstrap with all languages and release checking is running
> (just to see whether no-checking but -fchecking during stage3 uncovers
> any latent issue).
>
> OK for trunk?
>
> Thanks,
> Richard.
>
> 2018-04-26 Richard Biener <rguenther@suse.de>
>
> * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
> (STAGE2_CFLAGS): Likewise.
> (STAGE2_TFLAGS): Likewise.
> (STAGE3_CFLAGS): Add -fchecking.
> (STAGE3_TFLAGS): Likewise.
> (STAGEtrain_CFLAGS): Filter out -fchecking.
> (STAGEtrain_TFLAGS): Likewise.
> * Makefile.in: Re-generate.
Ok, thanks.
Jakub