From 75a5c2f90b9824d4683ed42ffc04a530e6133213 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Thu, 6 Jun 2019 16:59:31 -0500 Subject: CONFIGURE: Add PSP to platforms where debug is off by default --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5d3f29aed2..68e977d51b 100755 --- a/configure +++ b/configure @@ -1748,7 +1748,7 @@ else fi case $_host in -caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp2 | switch) +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 -- cgit v1.2.3