mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-22 02:17:21 -05:00
remove lto hack
This commit is contained in:
parent
26cc59f4f6
commit
ab8de4361a
|
|
@ -185,8 +185,6 @@ case $PLATFORM in
|
|||
;;
|
||||
MINGW32* )
|
||||
cflags="-D__USE_MINGW_ACCESS"
|
||||
# horrid hack to get -flto to work on windows
|
||||
plugin_ld="--with-plugin-ld=ld"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ then
|
|||
--with-newlib \
|
||||
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
|
||||
--prefix=$prefix \
|
||||
--enable-lto $plugin_ld\
|
||||
--enable-lto\
|
||||
--with-system-zlib \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 48" \
|
||||
$CROSS_PARAMS \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user