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

rsn8887 rsn8887 at users.noreply.github.com
Fri Mar 10 23:42:36 CET 2017


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:
f323cffdf6 PSP2: optimize compilation for file-size


Commit: f323cffdf6c9eb03a0c4eb3a52c32ea47d739e8b
    https://github.com/scummvm/scummvm/commit/f323cffdf6c9eb03a0c4eb3a52c32ea47d739e8b
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2017-03-10T16:41:10-06:00

Commit Message:
PSP2: optimize compilation for file-size

Changed paths:
    configure


diff --git a/configure b/configure
index 8021a82..43b8957 100755
--- a/configure
+++ b/configure
@@ -2663,8 +2663,9 @@ case $_host_os in
 		append_var CXXFLAGS "-Wl,-q -I$VITASDK/arm-vita-eabi/include"
 		append_var CXXFLAGS "-march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard"
 		append_var LDFLAGS "-Wl,-q -L$VITASDK/arm-vita-eabi/lib"
+		append_var CXXFLAGS "-mlong-calls"
 		if test "$_debug_build" = no; then
-			_optimization_level=-O1
+			_optimization_level=-Os
 		fi
 		if test "$_debug_build" = yes; then
 			_optimization_level=-O0





More information about the Scummvm-git-logs mailing list