svn commit: r359645 - head/share/man/man5

Kyle Evans kevans at FreeBSD.org
Mon Apr 6 01:45:55 UTC 2020


Author: kevans
Date: Mon Apr  6 01:28:03 2020
New Revision: 359645
URL: https://svnweb.freebsd.org/changeset/base/359645

Log:
  src.conf(5): re-roll after r359644 (LLVM_ASSERTIONS)

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Mon Apr  6 01:27:17 2020	(r359644)
+++ head/share/man/man5/src.conf.5	Mon Apr  6 01:28:03 2020	(r359645)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd March 30, 2020
+.Dd April 5, 2020
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -918,6 +918,8 @@ To be able to build the system, either Binutils or LLD
 enabled unless an alternate linker is provided via XLD.
 .It Va WITHOUT_LLD_IS_LD
 Set to use GNU binutils ld as the system linker, instead of LLVM's LLD.
+.It Va WITHOUT_LLVM_ASSERTIONS
+Set to disable debugging assertions in LLVM.
 .It Va WITHOUT_LLVM_COV
 Set to not build the
 .Xr llvm-cov 1


More information about the svn-src-head mailing list