aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrsn88872019-05-22 18:52:35 -0500
committerrsn88872019-05-22 18:58:34 -0500
commitb1964b10f73be7607859a4041b6e0ea3829ad62e (patch)
tree398c69ef08ed0532f3748f16e4609bd195786cf4 /configure
parent3322bc44db112d0f35118d80e835b27f6b76668b (diff)
downloadscummvm-rg350-b1964b10f73be7607859a4041b6e0ea3829ad62e.tar.gz
scummvm-rg350-b1964b10f73be7607859a4041b6e0ea3829ad62e.tar.bz2
scummvm-rg350-b1964b10f73be7607859a4041b6e0ea3829ad62e.zip
CONFIGURE: Add Switch to platforms where debug is off by default
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 665f381251..000eae7d43 100755
--- a/configure
+++ b/configure
@@ -1748,7 +1748,7 @@ else
fi
case $_host in
-caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp2)
+caanoo | gp2x | gp2xwiz | openpandora | ps2 | 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