[Scummvm-git-logs] scummvm master -> c944e5af251bf7de0b2c12c3056636f08f816bf9
rsn8887
rsn8887 at users.noreply.github.com
Sat Mar 14 14:27:59 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c944e5af25 CONFIGURE: use multiple lto jobs for psp2 to speed up linking
Commit: c944e5af251bf7de0b2c12c3056636f08f816bf9
https://github.com/scummvm/scummvm/commit/c944e5af251bf7de0b2c12c3056636f08f816bf9
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-03-14T09:27:27-05:00
Commit Message:
CONFIGURE: use multiple lto jobs for psp2 to speed up linking
Changed paths:
configure
diff --git a/configure b/configure
index 282fdcceab..13fd325ca5 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the Scummvm-git-logs
mailing list