rtl22xx.cfg: Remove -DNDEBUG flag

This commit is contained in:
Joel Sherrill
2015-03-08 15:09:43 -05:00
parent 058a92da41
commit 120af8092d

View File

@@ -16,4 +16,4 @@ CPU_CFLAGS = -mcpu=arm7tdmi
# -O4 is ok for RTEMS
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
CFLAGS_OPTIMIZE_V = -Os -g