diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-02 22:14:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-02 22:14:59 +0000 |
| commit | a450541bfc88b77c79484a044caa0674b9a3c25e (patch) | |
| tree | 2ebdb59728cce9f130b8ee609f4cbb6402f861c5 /etc/defaults/make.conf | |
| parent | a2d1480cf820986a6180e815f0334656afee72da (diff) | |
Notes
Diffstat (limited to 'etc/defaults/make.conf')
| -rw-r--r-- | etc/defaults/make.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index b2affecc71915..78dfd9416deeb 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -36,7 +36,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # # To compile just the kernel with special optimisations, you should use -# this instead of CFLAGS (which is not applicable to kernel builds anyway): +# this instead of CFLAGS (which is not applicable to kernel builds anyway). +# There is very little to gain by using higher optimization levels, and doing +# so can cause problems. # #COPTFLAGS= -O -pipe # |
