]> code.ossystems Code Review - openembedded-core.git/commitdiff
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>
Thu, 26 Apr 2012 13:48:50 +0000 (14:48 +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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/gcc/gcc-4.7.inc

index 395608406217b1336fbe411a8ceec4b5117ec0cd..7cfc388b78b31761636f6737dda86071c0201534 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 \