diff options
Diffstat (limited to 'backends/dc')
-rw-r--r-- | backends/dc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile index 0b71d0fb7f..616fc3779a 100644 --- a/backends/dc/Makefile +++ b/backends/dc/Makefile @@ -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/ |