Subject: Re: building -current, CPU optimizations, and the 'sh' problem.
To: John D. Baker <jdbaker@mylinuxisp.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 10/18/2005 23:29:52
On Tue, Oct 18, 2005 at 04:08:01PM -0500, John D. Baker wrote:
> There was mention of how one can add the '-g' switch to get debugging
> symbols without otherwise disturbing the code generation?  I'll see if
> I can rebuild my 'sh' that way to collect more data on the problem.

I usually do 'make DBG="-g -O2 -pipe"' or something similar in the proper
source directory.

Martin