diff options
author | rsn8887 | 2019-06-06 16:59:31 -0500 |
---|---|---|
committer | rsn8887 | 2019-06-06 16:59:31 -0500 |
commit | 75a5c2f90b9824d4683ed42ffc04a530e6133213 (patch) | |
tree | 0e09005ce37d9fdc2b38364e0325def9c3a027aa /configure | |
parent | e380e6e0be69935e71af043f1e000b1936b0fda5 (diff) | |
download | scummvm-rg350-75a5c2f90b9824d4683ed42ffc04a530e6133213.tar.gz scummvm-rg350-75a5c2f90b9824d4683ed42ffc04a530e6133213.tar.bz2 scummvm-rg350-75a5c2f90b9824d4683ed42ffc04a530e6133213.zip |
CONFIGURE: Add PSP to platforms where debug is off by default
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |