CONFIGURE: Add PSP to platforms where debug is off by default

This commit is contained in:
rsn8887 2019-06-06 16:59:31 -05:00
parent e380e6e0be
commit 75a5c2f90b

2
configure vendored
View file

@ -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