[Scummvm-git-logs] scummvm master -> 4c2fb0d0dc56ff41607fcfc0c701d49d884659d1

ccawley2011 ccawley2011 at gmail.com
Mon Jun 17 19:36:46 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4c2fb0d0dc RISCOS: Disable debug build by default


Commit: 4c2fb0d0dc56ff41607fcfc0c701d49d884659d1
    https://github.com/scummvm/scummvm/commit/4c2fb0d0dc56ff41607fcfc0c701d49d884659d1
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-06-17T18:36:43+01:00

Commit Message:
RISCOS: Disable debug build by default

Changed paths:
    configure


diff --git a/configure b/configure
index a8d48ff..6edc2f9 100755
--- a/configure
+++ b/configure
@@ -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





More information about the Scummvm-git-logs mailing list