From owner-cvs-all Mon Apr 30 12:26:19 2001 Delivered-To: cvs-all@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id CD51C37B423; Mon, 30 Apr 2001 12:26:14 -0700 (PDT) (envelope-from mi@misha.privatelabs.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id OAA05669; Mon, 30 Apr 2001 14:46:59 -0400 Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.1/8.11.1) with ESMTP id f3UJQ4C07642; Mon, 30 Apr 2001 15:26:06 -0400 (EDT) (envelope-from mi@misha.privatelabs.com) Message-Id: <200104301926.f3UJQ4C07642@misha.privatelabs.com> Date: Mon, 30 Apr 2001 15:26:02 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: ports/emulators/gnuboy/files patch-configure.in To: kris@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200104300922.f3U9MuI68213@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 30 Apr, Kris Kennaway wrote: > kris 2001/04/30 02:22:56 PDT > > Modified files: > emulators/gnuboy/files patch-configure.in > Log: > Don't hard-code -O3 and about 20 -f optimizations > > Revision Changes Path > 1.2 +17 -2 ports/emulators/gnuboy/files/patch-configure.in While I agree, that the -On should be specifiable cenrally, the -f optimizations are usually added by the software's author for a reason. That's how they test them... -ffast-math, for example, speads things up at the expense of the standards conformance (argument checking). If the software checks the arguments itself, -ffast-math should be on the command line... And so on... Not my ports, of course, so just mumbiling... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message