[Scummvm-cvs-logs] SF.net SVN: scummvm:[38268] scummvm/branches/branch-0-13-0/backends/ platform/wince/Makefile

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sun Feb 15 17:49:35 CET 2009


Revision: 38268
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38268&view=rev
Author:   knakos
Date:     2009-02-15 16:49:35 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
reduce optimization for smaller size, for the release

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/backends/platform/wince/Makefile

Modified: scummvm/branches/branch-0-13-0/backends/platform/wince/Makefile
===================================================================
--- scummvm/branches/branch-0-13-0/backends/platform/wince/Makefile	2009-02-15 16:45:39 UTC (rev 38267)
+++ scummvm/branches/branch-0-13-0/backends/platform/wince/Makefile	2009-02-15 16:49:35 UTC (rev 38268)
@@ -108,7 +108,7 @@
 
 CFLAGS :=
 ifndef UNOPTIMIZED_BUILD
-CFLAGS += -O3 -march=armv4 -mtune=xscale
+CFLAGS += -O2 -march=armv4 -mtune=xscale
 endif
 
 LDFLAGS := -Wl,-Map,scummvm.exe.map -Wl,--stack,65536


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