From owner-freebsd-current Thu Feb 24 15:31:18 2000 Delivered-To: freebsd-current@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id 53FE237BC82; Thu, 24 Feb 2000 15:31:13 -0800 (PST) (envelope-from jeff-ml@mountin.net) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id RAA24140; Thu, 24 Feb 2000 17:31:12 -0600 (CST) (envelope-from jeff-ml@mountin.net) Received: from dial-98.max1.wa.cyberlynk.net(207.227.118.98) by peak.mountin.net via smap (V1.3) id sma024136; Thu Feb 24 17:31:04 2000 Message-Id: <3.0.3.32.20000224173000.00868970@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 24 Feb 2000 17:30:00 -0600 To: obrien@FreeBSD.ORG, User URANIA From: "Jeffrey J. Mountin" Subject: Re: Problem with IBM Netfinity 5000 Server Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <20000224145121.C90075@dragon.nuxi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:51 PM 2/24/00 -0800, David O'Brien wrote: >On Wed, Feb 23, 2000 at 02:27:31PM +0800, User URANIA wrote: >> I also set these flags at my /etc/make.conf >> CFLAGS= -mpentiumpro -O6 -pipe -funroll-loops -fexpensive-optimizations >> COPTFLAGS= -mpentiumpro -O6 -pipe -funroll-loops > >-O6 (any -O above 3) is nonsense with the base GCC compiler. >I really have to wonder what people think they are getting by using such >hight -O values. Maybe due to things like the Apache ports' Makefile: # # Set APACHE_PERF_TUNING env. variable to YES to get maximum performance # .if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES OPTIM+= -DBUFFERED_LOGS CFLAGS+= -O6 -fomit-frame-pointer .endif ... and not reading the man page or looking at the source. Hey does this, looks good, and so.... Also, the various optimization levels (et all) choice keeps coming up, but -O6 is not mentioned in the man pages. Must be magic then. ;) Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message