summaryrefslogtreecommitdiffstats
path: root/make/custom/ep1a.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-17 16:57:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-17 16:57:26 +0000
commit6dce34184674a44c81b1be0a064c4a99b510844e (patch)
tree9a15747eeb3fab61d53e53884c859b0c28485ac0 /make/custom/ep1a.cfg
parentCFLAGS_OPTIMIZE_V = -O2 (diff)
downloadrtems-6dce34184674a44c81b1be0a064c4a99b510844e.tar.bz2
CFLAGS_OPTIMIZE_V = -O0
Diffstat (limited to 'make/custom/ep1a.cfg')
-rw-r--r--make/custom/ep1a.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/ep1a.cfg b/make/custom/ep1a.cfg
index 963a3a6d5a..6530527e5b 100644
--- a/make/custom/ep1a.cfg
+++ b/make/custom/ep1a.cfg
@@ -17,9 +17,7 @@ RTEMS_BSP_FAMILY=ep1a
CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
# 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
+CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \