aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2019-06-17 18:36:43 +0100
committerGitHub2019-06-17 18:36:43 +0100
commit4c2fb0d0dc56ff41607fcfc0c701d49d884659d1 (patch)
treed2d3b3836e1b6a3570f982db84aab51762822dce /configure
parent55d3ff2f52e7bce5f8845a7b529891cfa5c936c4 (diff)
downloadscummvm-rg350-4c2fb0d0dc56ff41607fcfc0c701d49d884659d1.tar.gz
scummvm-rg350-4c2fb0d0dc56ff41607fcfc0c701d49d884659d1.tar.bz2
scummvm-rg350-4c2fb0d0dc56ff41607fcfc0c701d49d884659d1.zip
RISCOS: Disable debug build by default
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8d48ff66a..6edc2f95ab 100755
--- a/configure
+++ b/configure
@@ -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