diff options
author | rsn8887 | 2019-05-22 18:52:35 -0500 |
---|---|---|
committer | rsn8887 | 2019-05-22 18:58:34 -0500 |
commit | b1964b10f73be7607859a4041b6e0ea3829ad62e (patch) | |
tree | 398c69ef08ed0532f3748f16e4609bd195786cf4 /configure | |
parent | 3322bc44db112d0f35118d80e835b27f6b76668b (diff) | |
download | scummvm-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-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) +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 |