From owner-freebsd-stable@FreeBSD.ORG Wed Oct 26 05:34:25 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6348316A41F for ; Wed, 26 Oct 2005 05:34:25 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD5243D4C for ; Wed, 26 Oct 2005 05:34:24 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so32430wra for ; Tue, 25 Oct 2005 22:34:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jfsAZiCOwq/ViP+wUgIUAbFoDAMizU/gx9yaeWugrxx4CXAIfv4Gaend9hCalP7ALgXBdkavEuegY77B5ZmOJ9t1DFVq0CXid1OkBLjqHiSkvDrGP9ocH0K5+hm/4I8EPXagpObCA1EbD8MqTOQtRGGNw3X3xsmFoVCVaNN45oc= Received: by 10.54.83.10 with SMTP id g10mr234076wrb; Tue, 25 Oct 2005 22:34:24 -0700 (PDT) Received: by 10.54.123.9 with HTTP; Tue, 25 Oct 2005 22:34:24 -0700 (PDT) Message-ID: <3aaaa3a0510252234q1b7529c3j@mail.gmail.com> Date: Wed, 26 Oct 2005 06:34:24 +0100 From: Chris To: Kris Kennaway In-Reply-To: <20051025171601.GA33303@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051022160723.5ba02ccd.dick@nagual.st> <435A5E70.1010304@mac.com> <3aaaa3a0510241257l5678e810k@mail.gmail.com> <20051025171601.GA33303@xor.obsecurity.org> Cc: dick hoogendijk , freebsd-stable@freebsd.org Subject: Re: make.conf for 6.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 05:34:25 -0000 On 25/10/05, Kris Kennaway wrote: > On Mon, Oct 24, 2005 at 08:57:27PM +0100, Chris wrote: > > On 22/10/05, Chuck Swiger wrote: > > > dick hoogendijk wrote: > > > > My make.conf contains (fbsd-5.4) > > > > CFLAGS=3D -O -pipe > > > > COPTFLAGS=3D -O -pipe > > > > > > > > Are these settings the same for the upcoming release6 or do I need = to > > > > set -O2 in this new version? > > > > > > FreeBSD is moving towards "-O2 -fno-strict-aliasing" by default [1], = but there > > > is nothing wrong with using "-O" only. On most platforms, there isn'= t much > > > difference between -O and -O2, although -O2 does help more with the x= 86 > > > architecture. > > > > > > -- > > > -Chuck > > > > > Hmm so using "-O2" is bad in 5.4 and it should be "-O2 -fno-strict-alia= sing"? > > If you use any third-party software, yes. i.e. FreeBSD itself is > fine, but not ports. > > Kris > > > Ok thanks I already use it for ports, but just plain -O2 -pipe for the world and kernel. Chris