[Scummvm-git-logs] scummvm master -> b1964b10f73be7607859a4041b6e0ea3829ad62e
rsn8887
rsn8887 at users.noreply.github.com
Thu May 23 02:00:39 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:
b1964b10f7 CONFIGURE: Add Switch to platforms where debug is off by default
Commit: b1964b10f73be7607859a4041b6e0ea3829ad62e
https://github.com/scummvm/scummvm/commit/b1964b10f73be7607859a4041b6e0ea3829ad62e
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2019-05-22T18:58:34-05:00
Commit Message:
CONFIGURE: Add Switch to platforms where debug is off by default
Changed paths:
configure
diff --git a/configure b/configure
index 665f381..000eae7 100755
--- a/configure
+++ b/configure
@@ -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
More information about the Scummvm-git-logs
mailing list