From owner-freebsd-current Thu Mar 23 15:34:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7CF37BE83 for ; Thu, 23 Mar 2000 15:34:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA34874 for ; Thu, 23 Mar 2000 15:34:22 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 23 Mar 2000 15:34:21 -0800 (PST) From: Kris Kennaway To: current@freebsd.org Subject: Optimisation patch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any objections to the following? Index: make.conf =================================================================== RCS file: /home/ncvs/src/etc/defaults/make.conf,v retrieving revision 1.101 diff -u -u -r1.101 make.conf --- make.conf 2000/03/22 00:49:20 1.101 +++ make.conf 2000/03/23 23:33:13 @@ -9,7 +9,13 @@ # You have to find the things you can put here in the Makefiles and # documentation of the source tree. # -# One, and probably the most common, use could be: +# CFLAGS controls the compiler settings used when compiling C code. +# Note that optimisation settings above -O (-O2, ...) are not recommended +# or supported for compiling the world or the kernel - please revert any +# nonstandard optimisation settings to "-O" before submitting bug reports +# to the developers. +# Note also that at this time the -O2 setting is known to produce BROKEN +# CODE on the Alpha platform. # #CFLAGS= -O -pipe # ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message