From a84c097cc7c52a856601e546880440d9375b0e30 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Mar 2012 16:15:50 -0700 Subject: 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 --- meta/recipes-devtools/gcc/gcc-4.7.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 395608406..7cfc388b7 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 \ -- cgit v1.2.3