diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-03-22 16:15:50 -0700 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 14:48:50 +0100 | 
| commit | a84c097cc7c52a856601e546880440d9375b0e30 (patch) | |
| tree | 7674bd826ee573f193658c98d01135454071e5f9 /meta | |
| parent | 523df15bcc21e1749771cca757613f3520243b8e (diff) | |
| download | openembedded-core-a84c097cc7c52a856601e546880440d9375b0e30.tar.gz openembedded-core-a84c097cc7c52a856601e546880440d9375b0e30.tar.bz2 openembedded-core-a84c097cc7c52a856601e546880440d9375b0e30.zip | |
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')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 1 | 
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 \ | 
