mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
CONFIGURE: use multiple lto jobs for psp2 to speed up linking
This commit is contained in:
parent
3f7726ea66
commit
c944e5af25
4
configure
vendored
4
configure
vendored
@ -2933,8 +2933,8 @@ case $_host_os in
|
||||
append_var CXXFLAGS "-mword-relocations"
|
||||
append_var CXXFLAGS "-fomit-frame-pointer"
|
||||
#use link time optimization to further reduce exe size
|
||||
append_var CXXFLAGS "-flto"
|
||||
append_var LDFLAGS "-flto"
|
||||
append_var CXXFLAGS "-flto=20"
|
||||
append_var LDFLAGS "-flto=20"
|
||||
#use linker dead code elimination to further reduce exe size
|
||||
append_var CXXFLAGS "-ffunction-sections -fdata-sections"
|
||||
append_var LDFLAGS "-Wl,--gc-sections"
|
||||
|
Loading…
x
Reference in New Issue
Block a user