mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Looks like gcc is broken again... :-( Go back to -O1 for now.
svn-id: r7000
This commit is contained in:
parent
c7f298702a
commit
0fe46c5007
@ -5,7 +5,7 @@ ronindir = /usr/local/ronin
|
||||
VPATH = ../..
|
||||
|
||||
CXX = sh-elf-g++ -ml -m4-single-only
|
||||
CXXFLAGS= -O4 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
|
||||
CXXFLAGS= -O1 -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../.. -I../../common -I$(ronindir)/include/
|
||||
|
Loading…
x
Reference in New Issue
Block a user