mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-01 14:54:48 -05:00
remove precompiled headers at configure time
This commit is contained in:
parent
8487a5b212
commit
83b3183d09
|
|
@ -49,6 +49,7 @@ then
|
|||
--with-gcc --with-gnu-ld --with-gnu-as \
|
||||
--disable-shared --disable-threads --disable-win32-registry --disable-nls --disable-debug\
|
||||
--disable-libmudflap --disable-libssp \
|
||||
--disable-libstdcxx-pch \
|
||||
--target=$target \
|
||||
--with-newlib \
|
||||
--prefix=$prefix\
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ then
|
|||
--with-included-gettext --without-headers\
|
||||
--disable-nls --disable-shared --enable-threads --disable-multilib --disable-debug\
|
||||
--disable-win32-registry\
|
||||
--disable-libstdcxx-pch \
|
||||
--target=$target \
|
||||
--with-newlib \
|
||||
--prefix=$prefix\
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ then
|
|||
--with-gcc --with-gnu-ld --with-gnu-as\
|
||||
--disable-shared --disable-win32-registry --disable-nls\
|
||||
--enable-cxx-flags="-G0" \
|
||||
--disable-libstdcxx-pch \
|
||||
--target=$target \
|
||||
--with-newlib \
|
||||
--prefix=$prefix \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user