Re: compiling libc and libthr with debugging?

From: John Baldwin <jhb_at_freebsd.org>
Date: Thu, 7 Feb 2013 13:20:16 -0500
On Thursday, February 07, 2013 1:14:41 pm Steve Kargl wrote:
> What's the preferred method for compiling libc
> and libthr with debugging enable?

I just do:

cd /path/to/src/lib/libc
make clean
make DEBUG_FLAGS=-g

Then when I run the binary I use a custom LD_LIBRARY_PATH that points at the 
directory holding the custom libc.

-- 
John Baldwin
Received on Thu Feb 07 2013 - 17:23:00 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:34 UTC