Skip to content

Commit 12bc042

Browse files
committed
docs: add the experimental api build option to INSTALL.md
1 parent e1fa5ca commit 12bc042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

INSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ There are some options that are available to configure the build.
147147
| `MSVC_STATIC_SODIUM` | Whether to link libsodium statically for MSVC. | ON or OFF | OFF |
148148
| `MUST_BUILD_TOXAV` | Fail the build if toxav cannot be built. | ON or OFF | OFF |
149149
| `NON_HERMETIC_TESTS` | Whether to build and run tests that depend on an internet connection. | ON or OFF | OFF |
150+
| `EXPERIMENTAL_API` | Install the experimental private API header. | ON or OFF | OFF |
150151
| `STRICT_ABI` | Enforce strict ABI export in dynamic libraries. | ON or OFF | OFF |
151152
| `TEST_TIMEOUT_SECONDS` | Limit runtime of each test to the number of seconds specified. | Positive number or nothing (empty string). | Empty string. |
152153
| `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON |

0 commit comments

Comments
 (0)