From owner-freebsd-current@FreeBSD.ORG Tue Sep 14 12:37:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3A516A4CE; Tue, 14 Sep 2004 12:37:55 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC46543D49; Tue, 14 Sep 2004 12:37:54 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) i8ECbjEL003815; Tue, 14 Sep 2004 08:37:45 -0400 (EDT) Date: Tue, 14 Sep 2004 08:37:45 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Mikhail Teterin In-Reply-To: <200409141045.i8EAj1eq031171@corbulon.video-collage.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: re@freebsd.org cc: current@freebsd.org Subject: Re: debugging features and the RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 12:37:55 -0000 On Tue, 14 Sep 2004, Mikhail Teterin wrote: > Hello! > > I'm reading in http://www.freebsd.org/releases/5.3R/schedule.html > that the debugging for RELENG_5 is off since September 7th. However, > the src/lib/libc_r/Makefile and some other makefiles still have things > like: > > CFLAGS+=-D_LOCK_DEBUG > CFLAGS+=-D_PTHREADS_INVARIANTS > > should not these be disabled too? Thanks! Since libc_r is only provided for compatability it doesn't really matter. Also, there's little or no impact from having those flags. -- Dan Eischen