summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.x86.diff
diff options
context:
space:
mode:
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.