diff options
author | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 01:21:16 -0700 |
---|---|---|
committer | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-07 01:21:16 -0700 |
commit | 0e82f22d16dc4c45bd45f9a994a30fc7435d430b (patch) | |
tree | f1f1c98c31da19611cc084c662bcf809a6f08e29 /README.md | |
parent | 9cad7f785b88c8597ece54ad74eb1136e8c43969 (diff) | |
download | portable-0e82f22d16dc4c45bd45f9a994a30fc7435d430b.tar.gz portable-0e82f22d16dc4c45bd45f9a994a30fc7435d430b.tar.bz2 portable-0e82f22d16dc4c45bd45f9a994a30fc7435d430b.zip |
Okay really one more try.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 | ||