add '--enable-checking=release' to the gcc configure flags

This commit is contained in:
Thomas Pöchtrager 2014-01-10 19:36:15 +01:00
parent 1077cf95fd
commit 5e82ba96f7

View File

@ -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