Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 16:54:24 +1000
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Bruce Cran <bruce@cran.org.uk>
Cc:        current@freebsd.org
Subject:   Re: Optimizing Current
Message-ID:  <20040713065424.GF38505@cirb503493.alcatel.com.au>
In-Reply-To: <FE366F2D-D41F-11D8-8EA8-000D93ACEE20@cran.org.uk>
References:  <XFMail.20040712060131.conrads@cox.net> <FE366F2D-D41F-11D8-8EA8-000D93ACEE20@cran.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040713065424.GF38505>