2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/Linux-posix.cfg: Use -O2.
This commit is contained in:
Ralf Corsepius
2007-07-28 04:40:16 +00:00
parent e0730075a9
commit e4a22331c6
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
CPU_CFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O0 -g
CFLAGS_OPTIMIZE_V = -O2 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)