summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.x86-fbsd.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-fbsd.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-fbsd.diff')
-rw-r--r--cnf/make.conf.x86-fbsd.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf.x86-fbsd.diff b/cnf/make.conf.x86-fbsd.diff
index 787bc3526..c2cf7cb71 100644
--- a/cnf/make.conf.x86-fbsd.diff
+++ b/cnf/make.conf.x86-fbsd.diff
@@ -48,8 +48,8 @@
#
+# Decent examples:
+#
-+#CFLAGS="-mtune=athlon-xp -O3 -pipe"
-+#CFLAGS="-march=pentium3 -O3 -pipe"
++#CFLAGS="-mtune=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.