diff options
author | 2019-08-08 12:06:50 +0000 | |
---|---|---|
committer | 2019-08-08 12:06:50 +0000 | |
commit | 25627a1712a07ccc67295bc6b55e9cd5ed37eb67 (patch) | |
tree | b2479214ce62ea9c91b6ede403d9383c4fd241c1 /share/man/man5 | |
parent | Parse the config file early on startup before bgpd is daemonized. (diff) | |
download | wireguard-openbsd-25627a1712a07ccc67295bc6b55e9cd5ed37eb67.tar.xz wireguard-openbsd-25627a1712a07ccc67295bc6b55e9cd5ed37eb67.zip |
clarify the DEBUG text a little, since sthen noted it wasn;t particularly
clear;
ok/tweaks sthen
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mk.conf.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index b75f22b1591..0c9a5e20a73 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.37 2017/01/24 07:57:14 tb Exp $ +.\" $OpenBSD: mk.conf.5,v 1.38 2019/08/08 12:06:50 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 24 2017 $ +.Dd $Mdocdate: August 8 2019 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -168,9 +168,10 @@ when building the base system from source or making release tarballs. .Bq build .It Ev DEBUG -Add +Added to assembly, C compiler and linking passes. +Typically set to .Fl g -to assembly, C compiler and linking passes. +to build with debugging symbols. Also doesn't set .Ev INSTALL_STRIP to |