summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.x86.diff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-08-12 18:18:35 +0000
committerNed Ludd <solar@gentoo.org>2007-08-12 18:18:35 +0000
commita38252f346224254b7ea61c760c55ec7c07f312f (patch)
tree3faa75e340b33c67f8c38a7835ea1fe0c62a01a9 /cnf/make.conf.x86.diff
parent35c035842c364c81635f6be63f6e13debb582255 (diff)
downloadportage-a38252f346224254b7ea61c760c55ec7c07f312f.tar.gz
portage-a38252f346224254b7ea61c760c55ec7c07f312f.tar.bz2
portage-a38252f346224254b7ea61c760c55ec7c07f312f.zip
'decent' CFLAGS should not feature -O3. Bug 188619
svn path=/main/trunk/; revision=7596
Diffstat (limited to 'cnf/make.conf.x86.diff')
-rw-r--r--cnf/make.conf.x86.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf.x86.diff b/cnf/make.conf.x86.diff
index 04e48b61e..3e9594abb 100644
--- a/cnf/make.conf.x86.diff
+++ b/cnf/make.conf.x86.diff
@@ -79,8 +79,8 @@
+# NOTE: the -On optimization levels are set with the letter O, not -0 (zero).
+#
+# Decent examples:
-+#CFLAGS="-mcpu=athlon-xp -O3 -pipe"
-+#CFLAGS="-march=pentium3 -O3 -pipe"
++#CFLAGS="-mcpu=athlon-xp -O2 -pipe"
++#CFLAGS="-march=pentium3 -O2 -pipe"
+
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.