From owner-freebsd-questions@FreeBSD.ORG Fri Aug 10 17:48:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC79716A41A for ; Fri, 10 Aug 2007 17:48:34 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9987A13C461 for ; Fri, 10 Aug 2007 17:48:34 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 70D001A4D88; Fri, 10 Aug 2007 10:47:28 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id F0BACBA1E; Fri, 10 Aug 2007 13:48:33 -0400 (EDT) Date: Fri, 10 Aug 2007 13:48:33 -0400 From: Kris Kennaway To: Wojciech Puchar Message-ID: <20070810174833.GA6098@rot26.obsecurity.org> References: <20070810192908.P50900@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070810192908.P50900@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: compiling -current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 17:48:34 -0000 On Fri, Aug 10, 2007 at 07:30:03PM +0200, Wojciech Puchar wrote: > i did cvs -z9 checkout and started buildworld > i have CPUTYPE?=pentium3 in /etc/make.conf and things are compiled that > way: > > cc -fpic -DPIC -O1 -pipe -march=pentium3 > > > > > why -O1? not O2 gcc optimizer bugs, see the mailing list archives or cvsweb. Kris