On Thu, Nov 21, 2024 at 1:34 PM Sam James <s...@gentoo.org> wrote:
>
> The default on trunk is --enable-checking=yes,extra (when gcc/DEV-PHASE
> contains "experimental"), otherwise it's --enable-checking=release.
>
> I personally do most testing with --enable-checking=yes,rtl,extra but
> you can do less than that if you want to quickly get results.
>
> The minimum for testing patches on trunk should be yes,extra (as it's
> the default).

Ok, I will change to `--enable-checking=yes,extra`.
For development this is usually not a big deal, because I do
incremental builds and
restrict the test cases with RUNTESTFLAGS to get quick turnaround times.

For proper testing (e.g. before sending a patch out) the duration is
already so long
(because of bootstrapping and running the whole test suite) that
additional checks
won't matter too much.

Thanks,
Christoph

>
> thanks,
> sam

Reply via email to