From owner-freebsd-hackers Thu Jun 19 18:55:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA03250 for hackers-outgoing; Thu, 19 Jun 1997 18:55:40 -0700 (PDT) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA03243 for ; Thu, 19 Jun 1997 18:55:17 -0700 (PDT) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.8.5/8.8.2) id LAA08629; Fri, 20 Jun 1997 11:54:09 +1000 (EST) Message-ID: <19970620115409.62437@rf900.physics.usyd.edu.au> Date: Fri, 20 Jun 1997 11:54:09 +1000 From: David Dawes To: Chris Timmons Cc: hackers@FreeBSD.ORG Subject: Re: xperfmon++ problem (again) References: <19970620111839.40700@rf900.physics.usyd.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: ; from Chris Timmons on Thu, Jun 19, 1997 at 06:46:56PM -0700 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Jun 19, 1997 at 06:46:56PM -0700, Chris Timmons wrote: > >While we're looking at FreeBSD.cf, could we add -pipe to be a default gcc >option? It really has a profound effect... You can add it to your host.def. We don't plan on adding things like this to the default .cf files. I would argue that if -pipe is a big win in all situations, it should be turned on by default in gcc itself. David