[Scummvm-cvs-logs] CVS: scummvm/backends/dc Makefile,1.6,1.7

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Mar 3 16:22:08 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1:/tmp/cvs-serv2361

Modified Files:
	Makefile 
Log Message:
Increased level of optimization (make sure to use gcc 3.3).

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	17 Dec 2002 01:15:12 -0000	1.6
+++ Makefile	3 Mar 2003 21:24:21 -0000	1.7
@@ -5,7 +5,7 @@
 VPATH = ../..
 
 CXX     = sh-elf-g++ -ml -m4-single-only
-CXXFLAGS= -O1 -Wno-multichar
+CXXFLAGS= -O4 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
 DEFINES = -D__DC__ -DNONSTANDARD_PORT
 LDFLAGS := -Wl,-Ttext,0x8c010000 -nostartfiles ronin/crt0.o
 INCLUDES:= -I./ -I../.. -I../../common





More information about the Scummvm-git-logs mailing list