summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-08 15:09:26 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:14:17 -0500
commit058a92da41797ffbeaf3296c1b03aafcc56503b3 (patch)
treec1ddb49ef65112d6900a44b91900f5186aa04d6e
parentmvme136.cfg: Remove -DNDEBUG flag (diff)
downloadrtems-058a92da41797ffbeaf3296c1b03aafcc56503b3.tar.bz2
lpc1768_mbed.cfg: Remove -DNDEBUG flag
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg
index 4cf24c8797..a5ed9c6799 100644
--- a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg
+++ b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg
@@ -8,7 +8,7 @@ RTEMS_CPU = arm
CPU_CFLAGS = -march=armv7-m -mthumb
-CFLAGS_OPTIMIZE_V = -O2 -ggdb3 -DNDEBUG
+CFLAGS_OPTIMIZE_V = -O2 -ggdb3
BINEXT?=.bin
# This defines the operations performed on the linked executable.
# is currently required.