summaryrefslogtreecommitdiffstats
path: root/etc/make.conf
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-06-09 08:32:58 +0000
committerache <ache@FreeBSD.org>1994-06-09 08:32:58 +0000
commit65eac5689da57ddeb498fb89db8db86a5641d666 (patch)
tree4cee0b3eee4e89d77678a1030cd4ebbb20c2f825 /etc/make.conf
parent485c48d80cbfe2650abc3de2a2280d0ea047738c (diff)
downloadFreeBSD-src-65eac5689da57ddeb498fb89db8db86a5641d666.zip
FreeBSD-src-65eac5689da57ddeb498fb89db8db86a5641d666.tar.gz
Add commented out CXXFLAGS entry similar to CFLAGS entry
Diffstat (limited to 'etc/make.conf')
-rw-r--r--etc/make.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/make.conf b/etc/make.conf
index fe3423a..512b6be 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.1 1994/06/01 00:58:06 phk Exp $
+# $Id: make.conf,v 1.2 1994/06/05 20:37:15 csgr 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
@@ -14,6 +14,7 @@
#CFLAGS= -O -m486 -pipe
# A lot of people report that -O2 works fine, but there are known
# bugs in gcc. -pipe will almost always speed up compilation.
+#CXXFLAGS= -O -m486 -pipe
#
#
# Another useful entry could be:
OpenPOWER on IntegriCloud