summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme136.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 18:47:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 18:47:22 +0000
commit6455ddeeb52190d097ff9161466566c36106cee5 (patch)
tree19cdd8742212e6349d8aa2e5cb24ca670eac966a /make/custom/mvme136.cfg
parent2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6455ddeeb52190d097ff9161466566c36106cee5.tar.bz2
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub for Classic API Barrier.
Diffstat (limited to '')
-rw-r--r--make/custom/mvme136.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg
index bcfcd41899..0f230c879b 100644
--- a/make/custom/mvme136.cfg
+++ b/make/custom/mvme136.cfg
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=mvme136
CPU_CFLAGS =
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
+CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer -DNDEBUG
# The following are definitions of make-exe which will work using ld as
# is currently required.