summaryrefslogtreecommitdiffstats
path: root/make/custom/ep1a.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/ep1a.cfg')
-rw-r--r--make/custom/ep1a.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/ep1a.cfg b/make/custom/ep1a.cfg
index 880684de5d..963a3a6d5a 100644
--- a/make/custom/ep1a.cfg
+++ b/make/custom/ep1a.cfg
@@ -16,16 +16,11 @@ RTEMS_BSP_FAMILY=ep1a
#
CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
+# optimize flag: typically -O2
# NOTE: some level of -O may be actually required by inline assembler
#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
CFLAGS_OPTIMIZE_V = -O4
-# debug flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_DEBUG_V = -O1
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)