[Scummvm-git-logs] scummvm master -> ea7a15a2c48bbc9b9ae5b66fc7fbcde9fb199e14
bluegr
noreply at scummvm.org
Sun Jun 19 21:30:45 UTC 2022
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:
ea7a15a2c4 RISCOS: Increase the optimization level
Commit: ea7a15a2c48bbc9b9ae5b66fc7fbcde9fb199e14
https://github.com/scummvm/scummvm/commit/ea7a15a2c48bbc9b9ae5b66fc7fbcde9fb199e14
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-20T00:30:42+03:00
Commit Message:
RISCOS: Increase the optimization level
Changed paths:
configure
diff --git a/configure b/configure
index c82ba4f9beb..aa9aff6d3f7 100755
--- a/configure
+++ b/configure
@@ -3090,7 +3090,7 @@ EOF
riscos)
define_in_config_if_yes yes 'RISCOS'
append_var LDFLAGS "-static"
- _optimization_level=-O2
+ _optimization_level=-O3
_port_mk="backends/platform/sdl/riscos/riscos.mk"
_pandoc=yes
_sdlconfig=sdl-config
@@ -3185,8 +3185,6 @@ if test -n "$_host"; then
arm-linux|arm*-linux-gnueabi|arm-*-linux)
;;
arm-vfp-riscos)
- # -O2 causes internal compiler error on VFP only with gcc 4.7
- _optimization_level=-O1
append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/vfp/lib"
append_var PLUGIN_LDFLAGS "-L$GCCSDK_INSTALL_ENV/vfp/lib"
append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/vfp/include"
More information about the Scummvm-git-logs
mailing list