From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 03:21:42 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B9E76EC; Thu, 12 Feb 2015 03:21:42 +0000 (UTC) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33F09AC0; Thu, 12 Feb 2015 03:21:42 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id m20so6433404qcx.0; Wed, 11 Feb 2015 19:21:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Wlo3hJaJVi2RHmm8nYhCX9FAOFlRUl1h6k/OqXELUxE=; b=PT0EZPNuLHSFWbuvSslq37SFnUO8tcn0rYsNBGPxLihHHfnxeqN6SaU7Em9JJ7TG+y dMRNFDyEi7ia826HvUlIRs4cy6wl18y5QnNW3VgyPYxYOX55eVxH1mg6C3/GzPOGj9m4 mUkilLjuP5HCfNx8hFeIppPOOScCPRT/nr87hYZUw8qg6caXCWGGFtGDoJZQYP959bHl zsW8btUkxw3gT8/817rQzuC880eOQ7N41s5D76SyQ02UJGLAM4B9fF6pxsI0SbI3AMHu g6R4irW03GI5r2T5wwyGIcZsUZbebwYdjJsdjIvFii6nJAiKE4Gm7A8TsFISwDIcrOkm 7yKw== X-Received: by 10.140.100.226 with SMTP id s89mr4605832qge.96.1423711301419; Wed, 11 Feb 2015 19:21:41 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Wed, 11 Feb 2015 19:21:21 -0800 (PST) In-Reply-To: <20150212023912.GG1302@hub.FreeBSD.org> References: <20150212023912.GG1302@hub.FreeBSD.org> From: Ed Maste Date: Wed, 11 Feb 2015 22:21:21 -0500 X-Google-Sender-Auth: Za06U-25rWmPhDdGSXmC9lUL7eM Message-ID: Subject: Re: HEADS-UP: Enabling WITH_DEBUG_FILES by default To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 12 Feb 2015 03:21:42 -0000 On 11 February 2015 at 21:39, Glen Barber wrote: > > Within the next 24 hours, I will merge the release-install-debug branch > into head, which will enable building and installing stripped debugging > files by default. > > In general, this should have no significant impact, but any fallout will > be addressed as soon as possible after the merge. > > Those that do not want debugging files built/installed by default should > add 'WITHOUT_DEBUG_FILES=1' to src.conf(5). This will also be noted in > UPDATING. Note that the debug files do consume a reasonably large amount of disk space in both the OBJDIR and in the installed location under /usr/lib/debug. Users with limited disk space will probably want to disable them. As an example, the installed debug data on my laptop is about 2GB. -Ed