From owner-cvs-src@FreeBSD.ORG Mon Oct 25 18:02:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A0F16A4CE; Mon, 25 Oct 2004 18:02:36 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5203943D31; Mon, 25 Oct 2004 18:02:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9PI19lh001979; Mon, 25 Oct 2004 11:01:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9PI18C3001971; Mon, 25 Oct 2004 11:01:08 -0700 (PDT) (envelope-from obrien) Date: Mon, 25 Oct 2004 11:01:08 -0700 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20041025180108.GA1772@dragon.nuxi.com> References: <200410191807.i9JI7QUE085061@repoman.freebsd.org> <20041025064416.GA84768@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libsmb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 18:02:36 -0000 On Mon, Oct 25, 2004 at 09:25:23AM +0200, Dag-Erling Sm?rgrav wrote: > "David O'Brien" writes: > > You know there is a reason that were we do officially support -O2 > > optimization (our 64-bit kernels); we add "-fno-strict-aliasing". > > Why is it you don't use this on the tenderboxes also? > > So that people like you will learn to write good code. *sigh* Funny that the code you *wrote* (libpam) was the worse offender of allowing a userland to be built with -O2 for the longest time. I didn't write this code, I was just fixing it to work on AMD64. -- -- David (obrien@FreeBSD.org)