aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authord3x0r <d3x0r@users.noreply.github.com>2017-07-07 01:17:48 -0700
committerd3x0r <d3x0r@users.noreply.github.com>2017-07-07 01:17:48 -0700
commit08869b75db05c321fb629f07c63a1724c6ed1ffe (patch)
tree630a61c5c79caf93bdc126014e01ff081915ee04 /README.md
parentfc4e1b95724edc78d8955711133184adb8d87b1d (diff)
downloadportable-08869b75db05c321fb629f07c63a1724c6ed1ffe.tar.gz
portable-08869b75db05c321fb629f07c63a1724c6ed1ffe.tar.bz2
portable-08869b75db05c321fb629f07c63a1724c6ed1ffe.zip
use \- to prevent hyphen wrapping
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45e0fec..ec936ed 100644
--- a/README.md
+++ b/README.md
@@ -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 ```&#8209;DLIBRESSL_SKIP_INSTALL=ON``` 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 ```&#8209;DOPENSSLDIR=<dirname>``` 144| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using ```\-DOPENSSLDIR=<dirname>```
145 145