mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
add '--enable-checking=release' to the gcc configure flags
This commit is contained in:
parent
1077cf95fd
commit
5e82ba96f7
@ -71,6 +71,7 @@ require $MAKE
|
|||||||
--without-headers \
|
--without-headers \
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
--enable-lto \
|
--enable-lto \
|
||||||
|
--enable-checking=release \
|
||||||
--prefix=$OSXCROSS_TARGET_DIR
|
--prefix=$OSXCROSS_TARGET_DIR
|
||||||
|
|
||||||
if [ $IS_FREEBSD -eq 1 ]; then
|
if [ $IS_FREEBSD -eq 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user