From e4a22331c63fcbb49592301cd7a6620c80dd9593 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 28 Jul 2007 04:40:16 +0000 Subject: =?UTF-8?q?2007-07-28=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * custom/Linux-posix.cfg: Use -O2. --- make/custom/Linux-posix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom') diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg index 7356c3e60a..7a95d5df5d 100644 --- a/make/custom/Linux-posix.cfg +++ b/make/custom/Linux-posix.cfg @@ -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) -- cgit v1.2.3