diff options
author | kib <kib@FreeBSD.org> | 2014-08-29 10:44:58 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2014-08-29 10:44:58 +0000 |
commit | 5d236bcc80fc92764c92d2d695abfbf61d8e18b7 (patch) | |
tree | 46ea4078539a906a0e595330a6d9d8787e387c1e /libexec | |
parent | 359d218e65e5695b87547571338929698168a4e6 (diff) | |
download | FreeBSD-src-5d236bcc80fc92764c92d2d695abfbf61d8e18b7.zip FreeBSD-src-5d236bcc80fc92764c92d2d695abfbf61d8e18b7.tar.gz |
Document the whole settings needed to build a debug version of rtld.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <src.opts.mk> MK_SSP= no |