From owner-cvs-all Thu Oct 28 13:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 4D69414BF4; Thu, 28 Oct 1999 13:39:18 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 6B8191C41; Thu, 28 Oct 1999 15:41:41 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 5D1A03837; Thu, 28 Oct 1999 15:41:41 -0400 (EDT) Date: Thu, 28 Oct 1999 15:41:41 -0400 (EDT) From: Bill Fumerola To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ngctl Makefile In-Reply-To: <199910281837.LAA09067@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 28 Oct 1999, Archie Cobbs wrote: > > The custom CFLAGS stuff should really go too. > > Ah, yes.. > > COPTS+= -O2 -g -Wall -Werror > > Is it appropriate to keep the "-g -Wall" part? I doubt it. CFLAGS tend to be religion for one's own system. I have evil, evil CFLAGS for my workstation(development) but very lax CFLAGS for my production servers. I'm sure everyone else has their own. If it's -Wall safe, then I suppose that could stay, but I'm not too sure what the -g does considering bsd.prog.mk strips binaries on install. On the subject of -Wall safe: stay tuned, usr.sbin and src/games will be pretty close to -Wall safe (modulo contrib/ stuff) RSN. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message