summaryrefslogtreecommitdiffstats
path: root/make/custom/edb7312.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/edb7312.cfg11
1 files changed, 1 insertions, 10 deletions
diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg
index 30b60f5793..ca2a9bb457 100644
--- a/make/custom/edb7312.cfg
+++ b/make/custom/edb7312.cfg
@@ -18,19 +18,10 @@ RTEMS_BSP_FAMILY=edb7312
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8
# CPU_CFLAGS += -msoft-float
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
-# NOTE2: some level of -O may be actually required by inline assembler (at least
-# -O2 so far.
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V=-O3
#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 $@ \
$(LINK_OBJS) $(LINK_LIBS)