Optimizing Current

Peter Jeremy PeterJeremy at optushome.com.au
Mon Jul 12 23:54:40 PDT 2004


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


More information about the freebsd-current mailing list