Skip to content

Commit

Permalink
docs: Update options documentation (XRPLF#5083)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Lee <[email protected]>
  • Loading branch information
thejohnfreeman and intelliot authored Aug 28, 2024
1 parent cad8970 commit 2f432e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f432e8

Please sign in to comment.