[Scummvm-git-logs] scummvm master -> 0714302b0bbab00e96540eb5436784585bdb83d3

phcoder phcoder at gmail.com
Sun Oct 25 18:36:17 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:
0714302b0b COMMON: Add -G0 for PSP


Commit: 0714302b0bbab00e96540eb5436784585bdb83d3
    https://github.com/scummvm/scummvm/commit/0714302b0bbab00e96540eb5436784585bdb83d3
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-10-25T19:35:58+01:00

Commit Message:
COMMON: Add -G0 for PSP

Our pspfull build has got section over 64K. Projects like retroarch also
use -G0. It's a bit slower and binary is a bit larger but it works.

Changed paths:
    configure


diff --git a/configure b/configure
index 4180f8899d..516ecfdee0 100755
--- a/configure
+++ b/configure
@@ -1838,6 +1838,7 @@ psp)
 	_host_os=psp
 	_host_cpu=mipsallegrexel
 	_host_alias=psp
+	append_var CXXFLAGS "-G0"
 	;;
 samsungtv)
 	_host_os=linux




More information about the Scummvm-git-logs mailing list