gcc-4.7: Lower the internal consistency check level to release
authorKhem Raj <raj.khem@gmail.com>
Thu, 22 Mar 2012 23:15:50 +0000 (16:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Apr 2012 10:37:26 +0000 (11:37 +0100)
This should help in speeding up compilation at the expense
of a bit less info when gcc ICEs but we dont get many gcc
ICEs and therefore using --enable-checking=release is
right balance

(From OE-Core rev: a84c097cc7c52a856601e546880440d9375b0e30)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.7.inc

index 3956084..7cfc388 100644 (file)
@@ -81,6 +81,7 @@ EXTRA_OECONF_BASE = " --enable-lto \
                        --with-linker-hash-style=${LINKER_HASH_STYLE} \
                        --with-ppl=no \
                        --with-cloog=no \
+                       --enable-checking=release \
                        --enable-cheaders=c_global "
 
 EXTRA_OECONF_INITIAL = "--disable-libmudflap \