RISCOS: Increase the optimization level
This commit is contained in:
parent
5a5eb7811d
commit
ea7a15a2c4
1 changed files with 1 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -3090,7 +3090,7 @@ EOF
|
||||||
riscos)
|
riscos)
|
||||||
define_in_config_if_yes yes 'RISCOS'
|
define_in_config_if_yes yes 'RISCOS'
|
||||||
append_var LDFLAGS "-static"
|
append_var LDFLAGS "-static"
|
||||||
_optimization_level=-O2
|
_optimization_level=-O3
|
||||||
_port_mk="backends/platform/sdl/riscos/riscos.mk"
|
_port_mk="backends/platform/sdl/riscos/riscos.mk"
|
||||||
_pandoc=yes
|
_pandoc=yes
|
||||||
_sdlconfig=sdl-config
|
_sdlconfig=sdl-config
|
||||||
|
@ -3185,8 +3185,6 @@ if test -n "$_host"; then
|
||||||
arm-linux|arm*-linux-gnueabi|arm-*-linux)
|
arm-linux|arm*-linux-gnueabi|arm-*-linux)
|
||||||
;;
|
;;
|
||||||
arm-vfp-riscos)
|
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 LDFLAGS "-L$GCCSDK_INSTALL_ENV/vfp/lib"
|
||||||
append_var PLUGIN_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"
|
append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/vfp/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue