Date: Mon, 30 Apr 2001 15:26:02 -0400 (EDT) From: Mikhail Teterin <mi@misha.privatelabs.com> To: kris@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/emulators/gnuboy/files patch-configure.in Message-ID: <200104301926.f3UJQ4C07642@misha.privatelabs.com> In-Reply-To: <200104300922.f3U9MuI68213@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104301926.f3UJQ4C07642>