mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
RISCOS: Increase the optimization level
This commit is contained in:
parent
5a5eb7811d
commit
ea7a15a2c4
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user