lpc1768_mbed.cfg: Remove -DNDEBUG flag

This commit is contained in:
Joel Sherrill
2015-03-08 15:09:26 -05:00
parent 500eb0443e
commit 058a92da41

View File

@@ -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.