diff options
author | 2018-01-26 13:12:08 +0000 | |
---|---|---|
committer | 2018-01-26 13:12:08 +0000 | |
commit | ee40ca2f328fd8ea710c6ea3c8901bd34dc4bb8d (patch) | |
tree | 6737d99e67aad6ed368c3f2e2d51bfe4cda52611 | |
parent | allow unpriviledged user to run "encrypt" and "spf walk" (diff) | |
download | wireguard-openbsd-ee40ca2f328fd8ea710c6ea3c8901bd34dc4bb8d.tar.xz wireguard-openbsd-ee40ca2f328fd8ea710c6ea3c8901bd34dc4bb8d.zip |
Document MODCMAKE_DEBUG
ok landry@
-rw-r--r-- | share/man/man5/port-modules.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 5bb577fb9e3..f3408ef63c1 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.225 2017/12/02 09:31:52 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.226 2018/01/26 13:12:08 jca Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -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: December 2 2017 $ +.Dd $Mdocdate: January 26 2018 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -569,6 +569,12 @@ If set to `Yes', CMake will print details during configure and build stages about exact command being run, etc. Should not be used in ports Makefiles. Default value is `Yes'. +.It MODCMAKE_DEBUG +If set to `Yes', CMake will produce a debug build instead of a release +build. +The exact effects on the build process depend on settings specified in +the CMake config files. +Default value is `No'. .El Also, .Sq nojunk |