From ee40ca2f328fd8ea710c6ea3c8901bd34dc4bb8d Mon Sep 17 00:00:00 2001 From: jca Date: Fri, 26 Jan 2018 13:12:08 +0000 Subject: [PATCH] Document MODCMAKE_DEBUG ok landry@ --- share/man/man5/port-modules.5 | 10 ++++++++-- 1 file 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 -- 2.20.1