svn commit: r213744 - head/bin/sh

David O'Brien obrien at freebsd.org
Wed Oct 13 22:23:18 UTC 2010


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 at FreeBSD.org)


More information about the svn-src-head mailing list