summaryrefslogtreecommitdiffstats
path: root/make/custom/rtl22xx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/rtl22xx.cfg')
-rw-r--r--make/custom/rtl22xx.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/custom/rtl22xx.cfg b/make/custom/rtl22xx.cfg
index d7cbd5bab9..617b92ee52 100644
--- a/make/custom/rtl22xx.cfg
+++ b/make/custom/rtl22xx.cfg
@@ -22,13 +22,6 @@ CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
CFLAGS_OPTIMIZE_V=-O2 -g
-#CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
-
-# debug flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_DEBUG_V = -O1
-#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \