[Scummvm-cvs-logs] SF.net SVN: scummvm: [24382] scummvm/branches/branch-0-9-0/backends/ds/arm9 /makefile

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Thu Oct 19 01:09:40 CEST 2006


Revision: 24382
          http://svn.sourceforge.net/scummvm/?rev=24382&view=rev
Author:   agent-q
Date:     2006-10-18 16:09:36 -0700 (Wed, 18 Oct 2006)

Log Message:
-----------
Changing optimisation level to -0s

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile

Modified: scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile
===================================================================
--- scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile	2006-10-18 23:07:40 UTC (rev 24381)
+++ scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile	2006-10-18 23:09:36 UTC (rev 24382)
@@ -2,9 +2,10 @@
 libndsdir = $(DEVKITPRO)/libnds
 
 # Select the build you want by uncommenting one of the following lines:
-#DS_BUILD_A = 1
+
+DS_BUILD_A = 1
 #DS_BUILD_B = 1
-DS_BUILD_C = 1
+#DS_BUILD_C = 1
 
 
 # Uncomment the following line to build in support for MP3 audio
@@ -87,7 +88,7 @@
 CC      = arm-eabi-gcc
 CXX     = arm-eabi-g++
 
-CFLAGS	=	-Wno-multichar -Wall -O2\
+CFLAGS	=	-Wno-multichar -Wall -Os\
 		-Wno-multichar -mcpu=arm9tdmi -mtune=arm9tdmi \
  		-mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer\
 		-ffast-math -mthumb-interwork
@@ -163,11 +164,14 @@
 			$(portdir)/source/fat/io_m3sd_asm.o $(portdir)/source/fat/io_scsd_asm.o \
 			$(portdir)/source/fat/io_njsd.o \
 			$(portdir)/source/fat/io_mmcf.o \
-			$(portdir)/source/fat/io_sd_common.o 
+			$(portdir)/source/fat/io_sd_common.o \
+			$(portdir)/source/fat/io_m3_common.o 
 
+
+
 #			$(portdir)/source/fat/io_cf_common.o $(portdir)/source/fat/io_m3_common.o\
 #			$(portdir)/source/fat/io_sd_common.o $(portdir)/source/fat/io_scsd_s.o \
-#			$(portdir)/source/fat/io_sc_common.o 
+#			$(portdir)/source/fat/io_sc_common.o $(portdir)/source/fat/io_sd_common.o 
 
 			
 			


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