mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Increased level of optimization (make sure to use gcc 3.3).
svn-id: r6673
This commit is contained in:
parent
fd0d9b1998
commit
f01d67ab9c
@ -5,7 +5,7 @@ ronindir = /usr/local/ronin
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user