[rtems commit] lpc1768_mbed.cfg: Remove -DNDEBUG flag

Joel Sherril joel at rtems.org
Mon Mar 9 21:14:31 UTC 2015


Module:    rtems
Branch:    master
Commit:    058a92da41797ffbeaf3296c1b03aafcc56503b3
Changeset: http://git.rtems.org/rtems/commit/?id=058a92da41797ffbeaf3296c1b03aafcc56503b3

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Mar  8 15:09:26 2015 -0500

lpc1768_mbed.cfg: Remove -DNDEBUG flag

---

 c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4cf24c8..a5ed9c6 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.



More information about the vc mailing list