diff options
author | des <des@FreeBSD.org> | 2004-07-02 17:08:39 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-07-02 17:08:39 +0000 |
commit | 711ff21aaefd3e04779480cf9de76f5ac7fd3443 (patch) | |
tree | b5a5757e52414cbf7976b96efd75dc820991a7a6 | |
parent | 9f17069c38e17404c943738c476f8b6f731062da (diff) | |
download | FreeBSD-src-711ff21aaefd3e04779480cf9de76f5ac7fd3443.zip FreeBSD-src-711ff21aaefd3e04779480cf9de76f5ac7fd3443.tar.gz |
Explain that -O2 is supported, but known to expose bugs in ppp(8).
-rw-r--r-- | share/examples/etc/make.conf | 6 |
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 # |