mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
tweak gcc configure flags
This commit is contained in:
parent
6c06a15b42
commit
961a97a32f
@ -76,9 +76,12 @@ fi
|
||||
--enable-languages=c,c++,objc,obj-c++ \
|
||||
--without-headers \
|
||||
--enable-multilib \
|
||||
--with-multilib-list=m32,m64 \
|
||||
--enable-lto \
|
||||
--enable-checking=release \
|
||||
--disable-libstdcxx-pch \
|
||||
--prefix=$OSXCROSS_TARGET_DIR \
|
||||
--with-system-zlib \
|
||||
$EXTRACONFFLAGS
|
||||
|
||||
$MAKE -j$JOBS
|
||||
|
Loading…
Reference in New Issue
Block a user