summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-15 01:05:41 +0000
committerache <ache@FreeBSD.org>1995-09-15 01:05:41 +0000
commitaf12deb11cf866585470c735b91bf2706bd9c2f6 (patch)
treeade276809067a2982a4d1e58018decfb4033f67e /share/examples/etc
parent02aaca1d6837402da47dc1ae5e45a721adbd29ec (diff)
downloadFreeBSD-src-af12deb11cf866585470c735b91bf2706bd9c2f6.zip
FreeBSD-src-af12deb11cf866585470c735b91bf2706bd9c2f6.tar.gz
Add -fno-strength-reduce to -O2 optimization, all stuff commented out
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index b181e97..1db027f 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.19 1995/07/13 09:15:50 rgrimes Exp $
+# $Id: make.conf,v 1.20 1995/09/15 01:03:55 ache 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= -O2 -m486 -pipe -fno-strength-reduce
#
# Another useful entry is
#
OpenPOWER on IntegriCloud