source: rtems/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg @ 07252899

5
Last change on this file since 07252899 was 120af809, checked in by Joel Sherrill <joel.sherrill@…>, on 03/08/15 at 20:09:43

rtl22xx.cfg: Remove -DNDEBUG flag

  • Property mode set to 100644
File size: 462 bytes
Line 
1#
2#  Config file for LPC22xx board
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=arm
8RTEMS_CPU_MODEL=lpc22xx
9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12#
13CPU_CFLAGS = -mcpu=arm7tdmi
14
15# optimize flag: typically -0, could use -O4 or -fast
16# -O4 is ok for RTEMS
17# NOTE2: some level of -O may be actually required by inline assembler (at least
18# -O2 so far.
19CFLAGS_OPTIMIZE_V = -Os -g
Note: See TracBrowser for help on using the repository browser.