aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/Makefile
diff options
context:
space:
mode:
authorMarcus Comstedt2004-03-13 12:47:27 +0000
committerMarcus Comstedt2004-03-13 12:47:27 +0000
commitac17175f6c39bbff85fdcb2ce97d10d85978ea11 (patch)
tree03317a50f9f958d7f84e24bac9e164d985ec1b27 /backends/dc/Makefile
parent7e3e79f41e6f56db1f83bbad629620f823c9e648 (diff)
downloadscummvm-rg350-ac17175f6c39bbff85fdcb2ce97d10d85978ea11.tar.gz
scummvm-rg350-ac17175f6c39bbff85fdcb2ce97d10d85978ea11.tar.bz2
scummvm-rg350-ac17175f6c39bbff85fdcb2ce97d10d85978ea11.zip
Merged in fixes from 0.6.0 release branch.
svn-id: r13240
Diffstat (limited to 'backends/dc/Makefile')
-rw-r--r--backends/dc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile
index 39c6d111a7..ccab3b18bf 100644
--- a/backends/dc/Makefile
+++ b/backends/dc/Makefile
@@ -6,7 +6,7 @@ srcdir = ../..
VPATH = $(srcdir)
CXX = sh-elf-g++ -ml -m4-single-only
-CXXFLAGS= -O1 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
+CXXFLAGS= -O3 -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 $(ronindir)/lib/crt0.o
INCLUDES:= -I./ -I$(srcdir) -I$(srcdir)/common -I$(ronindir)/include/