diff --git a/build_gcc.sh b/build_gcc.sh index 740bd1e..a47ebb8 100755 --- a/build_gcc.sh +++ b/build_gcc.sh @@ -71,6 +71,7 @@ require $MAKE --without-headers \ --enable-multilib \ --enable-lto \ + --enable-checking=release \ --prefix=$OSXCROSS_TARGET_DIR if [ $IS_FREEBSD -eq 1 ]; then