From 5e82ba96f74673622bb657a425b7ac55f14e042b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Fri, 10 Jan 2014 19:36:15 +0100 Subject: [PATCH] add '--enable-checking=release' to the gcc configure flags --- build_gcc.sh | 1 + 1 file changed, 1 insertion(+) 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