summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-07-28 04:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-07-28 04:40:16 +0000
commite4a22331c63fcbb49592301cd7a6620c80dd9593 (patch)
tree425f7b82c7759bdc8427ad789b4713ebe97af72c
parent2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e4a22331c63fcbb49592301cd7a6620c80dd9593.tar.bz2
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/Linux-posix.cfg: Use -O2.
-rw-r--r--make/ChangeLog1
-rw-r--r--make/custom/Linux-posix.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index b183b28e3b..2bde96913f 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,6 @@
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * custom/Linux-posix.cfg: Use -O2.
* custom/rbtx4938.cfg: Add missing -O2.
* custom/rtl22xx.cfg: Adjust indentation.
* custom/virtex.cfg: Use -O2.
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)