Date: Mon, 26 Jan 2009 09:55:15 -0500 From: John Baldwin <jhb@freebsd.org> To: Robert Watson <rwatson@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 156624 for review Message-ID: <200901260955.15418.jhb@freebsd.org> In-Reply-To: <200901242233.n0OMX2f1087796@repoman.freebsd.org> References: <200901242233.n0OMX2f1087796@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 24 January 2009 5:33:02 pm Robert Watson wrote: > http://perforce.freebsd.org/chv.cgi?CH=156624 > > Change 156624 by rwatson@rwatson_freebsd_capabilities on 2009/01/24 22:33:02 > > After much faldarah, we do want to use rtld_start not > rtld_cap_start. Do use debugging symbols for now. DEBUG_FLAGS is generally a better way to add '-g' to CFLAGS as it causes the binary to not be stripped when installed. You can also use 'make DEBUG_FLAGS=-g' generally to build debug builds of binaries in the tree (including kernel modules). -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901260955.15418.jhb>