From: Khem Raj Date: Thu, 22 Mar 2012 23:15:50 +0000 (-0700) Subject: gcc-4.7: Lower the internal consistency check level to release X-Git-Tag: rev_ivi_2015_02_04~17481 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e3a57eb61fe22b928c6db9a49c7dcaf1906e9a7;p=scm%2Fbb%2Ftizen-distro.git 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 (From OE-Core rev: a84c097cc7c52a856601e546880440d9375b0e30) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 3956084..7cfc388 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 \