diff options
author | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 01:07:05 -0700 |
---|---|---|
committer | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 01:07:05 -0700 |
commit | a8cd9fdbd674d45d09cec8792b5241febcb1699c (patch) | |
tree | 83db752f5266e5e48de0daadadf6e614f58be228 | |
parent | 3471d201421e3a2a5ba8e361b783c3d237f82e96 (diff) | |
download | portable-a8cd9fdbd674d45d09cec8792b5241febcb1699c.tar.gz portable-a8cd9fdbd674d45d09cec8792b5241febcb1699c.tar.bz2 portable-a8cd9fdbd674d45d09cec8792b5241febcb1699c.zip |
use ‑ option hyphen wrapping
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,10 +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 <nobr>```-DLIBRESSL_SKIP_INSTALL=ON```</nobr> | 139 | | LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using ```‑DLIBRESSL_SKIP_INSTALL=ON``` |
140 | | ENABLE_ASM | ON | builds assembly optimized rules. | 140 | | ENABLE_ASM | ON | builds assembly optimized rules. |
141 | | 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 |
142 | | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | 142 | | ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) |
143 | | ENABLE_VSTEST | OFF | Enable test on Visual Studio | 143 | | ENABLE_VSTEST | OFF | Enable test on Visual Studio |
144 | | OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <nobr>```-DOPENSSLDIR=<dirname>```</nobr> | 144 | | OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using ```‑DOPENSSLDIR=<dirname>``` |
145 | 145 | ||