summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-07-02 17:08:39 +0000
committerdes <des@FreeBSD.org>2004-07-02 17:08:39 +0000
commit711ff21aaefd3e04779480cf9de76f5ac7fd3443 (patch)
treeb5a5757e52414cbf7976b96efd75dc820991a7a6 /share
parent9f17069c38e17404c943738c476f8b6f731062da (diff)
downloadFreeBSD-src-711ff21aaefd3e04779480cf9de76f5ac7fd3443.zip
FreeBSD-src-711ff21aaefd3e04779480cf9de76f5ac7fd3443.tar.gz
Explain that -O2 is supported, but known to expose bugs in ppp(8).
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 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