mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
CONFIGURE: verbose linker on psp2 to prevent buildbot timeout
This commit is contained in:
parent
c944e5af25
commit
eaa487fcd4
4
configure
vendored
4
configure
vendored
@ -2935,6 +2935,10 @@ case $_host_os in
|
||||
#use link time optimization to further reduce exe size
|
||||
append_var CXXFLAGS "-flto=20"
|
||||
append_var LDFLAGS "-flto=20"
|
||||
#ensure verbose output during linking to prevent buildbot kills after 1200 seconds
|
||||
if test "$_verbose_build" = yes ; then
|
||||
append_var LDFLAGS "-Wl,-v --verbose"
|
||||
fi
|
||||
#use linker dead code elimination to further reduce exe size
|
||||
append_var CXXFLAGS "-ffunction-sections -fdata-sections"
|
||||
append_var LDFLAGS "-Wl,--gc-sections"
|
||||
|
Loading…
Reference in New Issue
Block a user