aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index cb14e65..33e68f4 100644
--- a/README.md
+++ b/README.md
@@ -136,14 +136,10 @@ projects or build by itself.
136 136
137| Option Name | Default | Description 137| Option Name | Default | Description
138| ------------ | -----: | ------ 138| ------------ | -----: | ------
139| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using 139| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` |
140
141```-DLIBRESSL_SKIP_INSTALL=ON``` |
142| ENABLE_ASM | ON | builds assembly optimized rules. | 140| ENABLE_ASM | ON | builds assembly optimized rules. |
143| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | 141| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms |
144| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | 142| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) |
145| ENABLE_VSTEST | OFF | Enable test on Visual Studio | 143| ENABLE_VSTEST | OFF | Enable test on Visual Studio |
146| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using 144| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` |
147
148```-DOPENSSLDIR=<dirname>``` |
149 145