diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 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 \ |