From owner-freebsd-current@FreeBSD.ORG Tue Jul 13 06:54:39 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 DC66616A4CE for ; Tue, 13 Jul 2004 06:54:39 +0000 (GMT) Received: from mail017.syd.optusnet.com.au (mail017.syd.optusnet.com.au [211.29.132.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7CB43D4C for ; Tue, 13 Jul 2004 06:54:38 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6D6sUM00412; Tue, 13 Jul 2004 16:54:30 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i6D6sOVd092683; Tue, 13 Jul 2004 16:54:29 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i6D6sO6b092682; Tue, 13 Jul 2004 16:54:24 +1000 (EST) (envelope-from pjeremy) Date: Tue, 13 Jul 2004 16:54:24 +1000 From: Peter Jeremy To: Bruce Cran Message-ID: <20040713065424.GF38505@cirb503493.alcatel.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i cc: current@freebsd.org Subject: Re: Optimizing Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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: Tue, 13 Jul 2004 06:54:40 -0000 On Mon, 2004-Jul-12 17:24:48 +0100, Bruce Cran wrote: >, but there's also 'makeoptions DEBUG=-g' at the top >which should probably be turned off, too. Actually not. '-g' should not impact generated code but without it you can't debug any crashes you have the misfortune to encounter. 'make installworld' will install a (semi) stripped kernel in any case so you don't have the debugging symbols filling up your root. Peter