From b1964b10f73be7607859a4041b6e0ea3829ad62e Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Wed, 22 May 2019 18:52:35 -0500 Subject: CONFIGURE: Add Switch to platforms where debug is off by default --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3