PERFORCE change 156624 for review

John Baldwin jhb at freebsd.org
Mon Jan 26 06:58:55 PST 2009


On Saturday 24 January 2009 5:33:02 pm Robert Watson wrote:
> http://perforce.freebsd.org/chv.cgi?CH=156624
> 
> Change 156624 by rwatson at 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


More information about the p4-projects mailing list