From 30a5b8133b869a6ba710f2c2b24644d8319128fe Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 6 Apr 2021 14:27:53 +0000 Subject: [PATCH] - removed redundant -Os git-svn-id: http://moon:8086/svn/mips@151 a8ebac50-d88d-4704-bea3-6648445a41b3 --- make/compile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/compile.mk b/make/compile.mk index 73092ac..5b86137 100644 --- a/make/compile.mk +++ b/make/compile.mk @@ -11,7 +11,7 @@ DEBUGGER ?= mips DEFINES := -D$(BOARD) CCFLAGS := -fno-rtti -fno-use-cxa-atexit -fno-threadsafe-statics -CFLAGS := -fno-exceptions -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostartfiles -Os +CFLAGS := -fno-exceptions -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostartfiles CFLAGS_TLB-y := -DSYS_IO_BASE=0xAC000000 -DSDRAM_BASE=0x80000000 -DFLASH_BASE_IO=0xA4000000 -DFLASH_BASE_MEM=0x88000000 CFLAGS_TLB-n := -DSYS_IO_BASE=0xA0000000 -DSDRAM_BASE=0x40000000 -DFLASH_BASE_IO=0xA4000000 -DFLASH_BASE_MEM=0x00000000