RISCOS: Disable debug build by default

This commit is contained in:
Cameron Cawley 2019-06-17 18:36:43 +01:00 committed by GitHub
parent 55d3ff2f52
commit 4c2fb0d0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
configure vendored
View File

@ -1763,7 +1763,7 @@ else
fi
case $_host in
caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp | psp2 | switch)
arm-*riscos | caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp | psp2 | switch)
if test "$_debug_build" = auto; then
# If you want to debug one of these platforms, use '--disable-optimizations --enable-debug'
_debug_build=no