summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 8dd7593..7d2d6bc 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -37,12 +37,12 @@
#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically
#
# CFLAGS controls the compiler settings used when compiling C code.
-# Note that optimization settings above -O (-O2, ...) are not recommended
+# Note that optimization settings other than -O and -O2 are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to "-O" before submitting bug reports
# without patches to the developers.
-# Note also that at this time the -O2 setting is known to produce BROKEN
-# CODE due to bugs in FreeBSD code.
+# Note also that at this time the -O2 setting is known to expose bugs in
+# ppp(8), and possibly other parts of the system.
#
#CFLAGS= -O -pipe
#
OpenPOWER on IntegriCloud