[Scummvm-cvs-logs] SF.net SVN: scummvm:[44923] scummvm/branches/branch-1-0-0/backends/platform /ds/arm9/makefile
agent-q at users.sourceforge.net
agent-q at users.sourceforge.net
Sun Oct 11 15:58:52 CEST 2009
Revision: 44923
http://scummvm.svn.sourceforge.net/scummvm/?rev=44923&view=rev
Author: agent-q
Date: 2009-10-11 13:58:51 +0000 (Sun, 11 Oct 2009)
Log Message:
-----------
DS: Changed compiler options for ITE build to scrape a little more memory.
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/backends/platform/ds/arm9/makefile
Modified: scummvm/branches/branch-1-0-0/backends/platform/ds/arm9/makefile
===================================================================
--- scummvm/branches/branch-1-0-0/backends/platform/ds/arm9/makefile 2009-10-11 13:54:35 UTC (rev 44922)
+++ scummvm/branches/branch-1-0-0/backends/platform/ds/arm9/makefile 2009-10-11 13:58:51 UTC (rev 44923)
@@ -164,6 +164,9 @@
BUILD=scummvm-H
endif
+# Engines below here are in development and not provided
+# as part of the standard distribution of the DS port.
+
ifdef DS_BUILD_I
DEFINES = -DDS_NON_SCUMM_BUILD -DDS_BUILD_I
LOGO = logog.bmp
@@ -313,8 +316,12 @@
#OPTLIST :=
# Compiler options for files which should be optimised for speed
+ifdef DS_BUILD_E
+# Another attempt to save some RAM in ITE
+OPT_SPEED := -O3 -mthumb
+else
OPT_SPEED := -O3
-#OPT_SPEED := -Os -mthumb
+endif
# Compiler options for files which should be optimised for space
OPT_SIZE := -Os -mthumb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list