Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 15:23:17 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Bruce Evans <brde@optusnet.com.au>
Subject:   Re: svn commit: r213744 - head/bin/sh
Message-ID:  <20101013222317.GB17164@dragon.NUXI.org>
In-Reply-To: <201010130907.59715.jhb@freebsd.org>
References:  <201010121924.o9CJOgwn059485@svn.freebsd.org> <20101013040543.GB13694@dragon.NUXI.org> <20101013152037.S2102@besplex.bde.org> <201010130907.59715.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 13, 2010 at 09:07:59AM -0400, John Baldwin wrote:
> To be honest, I think changing STATIC is excessive churn.

At this point I'm just making everything consistently "static" so that
folks that add to ash won't need to realize that "STATIC" exists.  Some
of the folks making various FreeBSD changes did not realize this and
created inconsistencies.  Surely this inconsistency isn't desired.

> The "right" fix
> is to use 'make DEBUG_FLAGS="-g -DDEBUG=2 -fno-inline"'.  I often use
> 'make DEBUG_FLAGS="-g -fno-inline"' to workaround excessive inlining when

I've added "-fno-inline" to DEBUG_FLAGS and will leave it up to others if
that spelling isn't accepted by clang, Intel C, or what ever compiler
someone may want to use.

-- 
-- David  (obrien@FreeBSD.org)



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