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

This commit is contained in:
Kyle Evans 2020-04-06 01:28:03 +00:00
parent 147d7b567f
commit a870eaa408
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359645

View File

@ -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 bootstrap must be
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