aboutsummaryrefslogtreecommitdiff
path: root/etc/make.conf
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-23 13:03:24 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-23 13:03:24 +0000
commita746536c51556009404165f622da9f354b1d0aac (patch)
treec428bd1dcf769a345e3b2ff3ed3b2011ae1aa31f /etc/make.conf
parente770b516732ca722a8f8de65ef7306c8315b37ec (diff)
downloadsrc-a746536c51556009404165f622da9f354b1d0aac.tar.gz
src-a746536c51556009404165f622da9f354b1d0aac.zip
Document COPTFLAGS in addition to CFLAGS.
Notes
Notes: svn path=/head/; revision=8024
Diffstat (limited to 'etc/make.conf')
-rw-r--r--etc/make.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/make.conf b/etc/make.conf
index 897c27037295..3d4f5f52b984 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $
+# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk 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
@@ -18,6 +18,9 @@
#NOPROFILE= no_way
# Avoid compiling profiled libraries
#
+# To compile the kernel with special optimisations, you can use this:
+#
+#COPTFLAGS= -O -pipe
#
# To compile and install the 4.4 lite libm instead of the default use:
#