From owner-freebsd-bugs Thu Mar 11 2:32:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 20F0615122 for ; Thu, 11 Mar 1999 02:32:32 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id LAA06653; Thu, 11 Mar 1999 11:13:11 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.1/8.9.0) id LAA24093; Thu, 11 Mar 1999 11:13:10 +0100 (MET) Message-ID: <19990311111310.A24013@cs.tu-berlin.de> Date: Thu, 11 Mar 1999 11:13:10 +0100 From: Wolfram Schneider To: Bruce Evans , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10522: make world died due -Werror References: <199903110953.UAA05235@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199903110953.UAA05235@godzilla.zeta.org.au>; from Bruce Evans on Thu, Mar 11, 1999 at 08:53:02PM +1100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-03-11 20:53:02 +1100, Bruce Evans wrote: > > CFLAGS is *defined* in /etc/make.conf, but it does not > > contain the -O flag. E.g: > > > > /etc/make.conf: > > CFLAGS=-pipe > > Why not? It is faster. Sometimes I just want to know if it compiles. > Are you working on fixing well-known breakage when -O is not > used? :-) No. I thought only the kernel depend on -O, not the user land. IMHO we should not depend on gcc-only features (-Werror). At least, these options should be optional. -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message