summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-07-02 17:08:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-07-02 17:08:39 +0000
commit6063af3d9e0604772aff5f9416dfe48b427d403a (patch)
treeb5a5757e52414cbf7976b96efd75dc820991a7a6 /share
parentdca80b3c076cad820c54a0eb1911109ac57a2a7f (diff)
downloadsrc-test2-6063af3d9e0604772aff5f9416dfe48b427d403a.tar.gz
src-test2-6063af3d9e0604772aff5f9416dfe48b427d403a.zip
Notes
Diffstat (limited to 'share')
-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 8dd75939aafc..7d2d6bc13a8f 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
#