diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2018-01-26 13:12:09 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2018-01-26 13:12:09 +0000 |
commit | f6148a246a6c0e3d485899d89b96e1039580093d (patch) | |
tree | da5ae2d7377e111e20d39f262b267ef464f0a930 /share/man/man5 | |
parent | e5aed0e9a38502ce8a5f3060cfa5b5d855c8ea1a (diff) |
Document MODCMAKE_DEBUG
ok landry@
Diffstat (limited to 'share/man/man5')
-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 |