summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-22 16:15:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 14:48:50 +0100
commita84c097cc7c52a856601e546880440d9375b0e30 (patch)
tree7674bd826ee573f193658c98d01135454071e5f9 /meta/recipes-devtools/gcc/gcc-4.7.inc
parent523df15bcc21e1749771cca757613f3520243b8e (diff)
downloadopenembedded-core-a84c097cc7c52a856601e546880440d9375b0e30.tar.gz
gcc-4.7: Lower the internal consistency check level to release
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 3956084062..7cfc388b78 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -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 \