summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9ba73e33..5e5828ac 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -94,6 +94,7 @@ There are some options that are available to configure the build.
94| `STRICT_ABI` | Enforce strict ABI export in dynamic libraries. | ON or OFF | OFF | 94| `STRICT_ABI` | Enforce strict ABI export in dynamic libraries. | ON or OFF | OFF |
95| `TEST_TIMEOUT_SECONDS` | Limit runtime of each test to the number of seconds specified. | Positive number or nothing (empty string). | Empty string. | 95| `TEST_TIMEOUT_SECONDS` | Limit runtime of each test to the number of seconds specified. | Positive number or nothing (empty string). | Empty string. |
96| `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON | 96| `USE_IPV6` | Use IPv6 in tests. | ON or OFF | ON |
97| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF |
97 98
98You can get this list of option using the following commands 99You can get this list of option using the following commands
99 100