summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-23 13:03:24 +0000
committerjkh <jkh@FreeBSD.org>1995-04-23 13:03:24 +0000
commit1eb314188d9c559fe6301aa2044134d54cd48537 (patch)
treec428bd1dcf769a345e3b2ff3ed3b2011ae1aa31f /share/examples
parent6ae9ef4d08954121a0bf8c2f27baf60331321098 (diff)
downloadFreeBSD-src-1eb314188d9c559fe6301aa2044134d54cd48537.zip
FreeBSD-src-1eb314188d9c559fe6301aa2044134d54cd48537.tar.gz
Document COPTFLAGS in addition to CFLAGS.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 897c270..3d4f5f5 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/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:
#
OpenPOWER on IntegriCloud