From 5d236bcc80fc92764c92d2d695abfbf61d8e18b7 Mon Sep 17 00:00:00 2001 From: kib Date: Fri, 29 Aug 2014 10:44:58 +0000 Subject: Document the whole settings needed to build a debug version of rtld. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- 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 6e35d47..6754451 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