From owner-freebsd-stable@FreeBSD.ORG Wed Oct 26 13:43:55 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 DD0C616A41F for ; Wed, 26 Oct 2005 13:43:55 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from fuggle.veldy.net (fuggle.veldy.net [209.240.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7039443D62 for ; Wed, 26 Oct 2005 13:43:50 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 00032C0E2; Wed, 26 Oct 2005 08:43:48 -0500 (CDT) Received: from fuggle.veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03191-10; Wed, 26 Oct 2005 08:43:46 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 27112C0D6; Wed, 26 Oct 2005 08:43:46 -0500 (CDT) Message-ID: <435F8811.2020104@veldy.net> Date: Wed, 26 Oct 2005 08:43:45 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris References: <20051022160723.5ba02ccd.dick@nagual.st> <435A5E70.1010304@mac.com> <3aaaa3a0510241257l5678e810k@mail.gmail.com> <20051025171601.GA33303@xor.obsecurity.org> <3aaaa3a0510252234q1b7529c3j@mail.gmail.com> In-Reply-To: <3aaaa3a0510252234q1b7529c3j@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at veldy.net Cc: dick hoogendijk , freebsd-stable@freebsd.org, Kris Kennaway 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 13:43:56 -0000 Chris wrote: >Ok thanks I already use it for ports, but just plain -O2 -pipe for the >world and kernel. > > > Hmm ... I find this thread surprising, as this is the first I have heard of FreeBSD working correctly with -O2. So, is this the options suggested for make.conf on x86? CFLAGS= -O2 -pipe -fno-strict-aliasing COPTFLAGS= -O2 -pipe Tom Veldhouse