From owner-freebsd-current@FreeBSD.ORG Wed May 9 17:51:48 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D546D106566C for ; Wed, 9 May 2012 17:51:48 +0000 (UTC) (envelope-from freebsd@freebsdnorth.com) Received: from bsdevel2.freebsdnorth.com (unknown [IPv6:2607:fc50:1000:1900:216:3eff:fe35:3e51]) by mx1.freebsd.org (Postfix) with ESMTP id A641B8FC14 for ; Wed, 9 May 2012 17:51:48 +0000 (UTC) Received: from [127.0.0.1] (241-9-178-69.static.gci.net [69.178.9.241]) by bsdevel2.freebsdnorth.com (Postfix) with ESMTPA id 92DD61B0700; Wed, 9 May 2012 17:50:50 +0000 (UTC) Message-ID: <4FAAAEAC.1060606@freebsdnorth.com> Date: Wed, 09 May 2012 09:51:40 -0800 From: Beech Rintoul User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Christer Solskogen References: <4FA9AA3B.9080907@freebsdnorth.com> In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , Beech Rintoul Subject: Re: MALLOC_PRODUCTION X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 17:51:48 -0000 On 5/8/2012 10:26 PM, Christer Solskogen wrote: > On Wed, May 9, 2012 at 1:20 AM, Beech Rintoul wrote: >> I'm a bit unclear where to define MALLOC_PRODUCTION. does it go in >> make.conf or src.conf? > make.conf. > http://svnweb.freebsd.org/base/head/UPDATING?revision=234396&view=markup > Thanks to everyone who replied. Actually, UPDATING is wrong. Since this only affects a system build the proper place to define it is in src.conf. It will work from either make.conf or src.conf, but there's no reason to define it on a ports build. Maybe someone with a src bit can fix that. Beech