From owner-freebsd-current@freebsd.org Fri Apr 10 06:55:14 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F4242B45DB for ; Fri, 10 Apr 2020 06:55:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48z80L3LpNz4t2h for ; Fri, 10 Apr 2020 06:55:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 72F952B45DA; Fri, 10 Apr 2020 06:55:14 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72C512B45D9 for ; Fri, 10 Apr 2020 06:55:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48z80L2QtGz4t2g; Fri, 10 Apr 2020 06:55:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 302D81A3FF; Fri, 10 Apr 2020 06:55:14 +0000 (UTC) Date: Fri, 10 Apr 2020 06:55:14 +0000 From: Alexey Dokuchaev To: Ed Maste Cc: Jeffrey Bouquet , current Subject: Re: .debug files, skip? Message-ID: <20200410065514.GA44532@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 10 Apr 2020 06:55:14 -0000 On Sun, Apr 05, 2020 at 07:41:38PM -0400, Ed Maste wrote: > On Sun, 5 Apr 2020 at 08:32, Jeffrey Bouquet wrote: > > > > A recent build[k,w] [ ** stable 12.1] and many .debug files I'd > > like to skip if poss. A knob? > > Yes, from src.conf(5): > WITHOUT_DEBUG_FILES > Set to avoid building or installing standalone debug > files for each executable binary and shared library. I have "MK_DEBUG_FILES=no" in /etc/make.conf, which one is more correct? ./danfe