diff options
author | Cameron Cawley | 2019-06-17 18:36:43 +0100 |
---|---|---|
committer | GitHub | 2019-06-17 18:36:43 +0100 |
commit | 4c2fb0d0dc56ff41607fcfc0c701d49d884659d1 (patch) | |
tree | d2d3b3836e1b6a3570f982db84aab51762822dce /configure | |
parent | 55d3ff2f52e7bce5f8845a7b529891cfa5c936c4 (diff) | |
download | scummvm-rg350-4c2fb0d0dc56ff41607fcfc0c701d49d884659d1.tar.gz scummvm-rg350-4c2fb0d0dc56ff41607fcfc0c701d49d884659d1.tar.bz2 scummvm-rg350-4c2fb0d0dc56ff41607fcfc0c701d49d884659d1.zip |
RISCOS: Disable debug build by default
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1763,7 +1763,7 @@ else fi case $_host in -caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp | psp2 | switch) +arm-*riscos | 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 |