diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-10 13:35:33 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-10 13:35:33 +0000 |
| commit | da11a1b3b32794971301099b9e2fe9969bae5803 (patch) | |
| tree | fbc5f2f61fb47e04436fcadeace50879104691de /share/examples | |
| parent | e0b78e19f250fb4b0ffa8a7b1b01cd54f816dab4 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/etc/make.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index d935024185b8..69f2226d6cd7 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $ +# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -11,7 +11,7 @@ # # One, and probably the most common, use could be: # -#CFLAGS= -O2 -m486 -pipe +#CFLAGS= -O -pipe # # Another useful entry is # @@ -22,7 +22,8 @@ # (they aren't needed/necessary) #OBJLINK= yes # -# To compile the kernel with special optimisations, you can use this: +# To compile just the kernel with special optimisations, you should use +# this instead of CFLAGS (which is not applicable to kernel builds anyway): # #COPTFLAGS= -O -pipe # |
