From 2f432e812cb773048530ebfaf2e0e6def51e3cc2 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Wed, 28 Aug 2024 17:31:33 -0500 Subject: [PATCH] docs: Update options documentation (#5083) Co-authored-by: Elliot Lee --- BUILD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index a39df98a5a6..31755c36919 100644 --- a/BUILD.md +++ b/BUILD.md @@ -377,9 +377,10 @@ stored inside the build directory, as either of: | --- | ---| ---| | `assert` | OFF | Enable assertions. | `coverage` | OFF | Prepare the coverage report. | -| `tests` | ON | Build tests. | -| `unity` | ON | Configure a unity build. | | `san` | N/A | Enable a sanitizer with Clang. Choices are `thread` and `address`. | +| `tests` | OFF | Build tests. | +| `unity` | ON | Configure a unity build. | +| `xrpld` | OFF | Build the xrpld (`rippled`) application, and not just the libxrpl library. | [Unity builds][5] may be faster for the first build (at the cost of much more memory) since they concatenate sources into fewer