From 75ec0c51d0a12d37b29296bdb8491615323c5ede Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 1 Sep 2014 08:02:23 +0000 Subject: MFC r270803: Document the whole settings needed to build a debug version of rtld. --- libexec/rtld-elf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libexec') diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 31cbfdd..66a20d3 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,5 +1,9 @@ # $FreeBSD$ +# Use the following command to build local debug version of dynamic +# linker: +# make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all + .include MK_SSP= no -- cgit v1.1