mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Document the whole settings needed to build a debug version of rtld.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
74b0daf4f9
commit
d3b06cf2be
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue