For non-release builds, GCC defaults to --enable-checking=yes.
For release builds, it defaults to --enable-checking=release.
The builder added in
92fa2b67f3875b5dc4ddca2cec1bba377a82e6a2 took less
time to complete than we expected, so let's try --enable-checking=yes,extra,rtl
which in my experience finds issues others missed.
# so we exclude Rust right now.
# See https://github.com/Rust-GCC/gccrs/issues/3116
factory=gcc_full_build_factory_gen([
+ "--enable-checking=yes,extra,rtl",
"--enable-languages=default,ada,c,c++,d,fortran,go,jit,lto,m2,objc,obj-c++",
"--enable-host-shared",
]))