[Scummvm-git-logs] scummvm master -> eaa487fcd442c78c8949e225627b632a8c52df9a

rsn8887 rsn8887 at users.noreply.github.com
Sat Mar 14 14:43:19 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:
eaa487fcd4 CONFIGURE: verbose linker on psp2 to prevent buildbot timeout


Commit: eaa487fcd442c78c8949e225627b632a8c52df9a
    https://github.com/scummvm/scummvm/commit/eaa487fcd442c78c8949e225627b632a8c52df9a
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-03-14T09:42:44-05:00

Commit Message:
CONFIGURE: verbose linker on psp2 to prevent buildbot timeout

Changed paths:
    configure


diff --git a/configure b/configure
index 13fd325ca5..8533415d4a 100755
--- a/configure
+++ b/configure
@@ -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"




More information about the Scummvm-git-logs mailing list