aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-03-25 19:21:16 -0500
committerBrent Cook <bcook@openbsd.org>2018-03-25 19:21:16 -0500
commit55c0cacca0fe675a15389dc175088528a5d2cd00 (patch)
treed7fe59187a56f99a6f1781f6028280e2747a2797 /README.md
parent89e5bc52275019dccc608b6a3998fda5c2e1e604 (diff)
parent4d753badc09cca1a85c4fb7f404bae2d6ed51f5f (diff)
downloadportable-55c0cacca0fe675a15389dc175088528a5d2cd00.tar.gz
portable-55c0cacca0fe675a15389dc175088528a5d2cd00.tar.bz2
portable-55c0cacca0fe675a15389dc175088528a5d2cd00.zip
Land #406, use BUILD_SHARED_LIBS
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index feac096..b21dbef 100644
--- a/README.md
+++ b/README.md
@@ -143,9 +143,11 @@ into other projects or build by itself.
143| Option Name | Default | Description 143| Option Name | Default | Description
144| ------------ | -----: | ------ 144| ------------ | -----: | ------
145| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` | 145| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` |
146| LIBRESSL_APPS | ON | allows skipping application builds. Apps are required to run tests |
147| LIBRESSL_TESTS | ON | allows skipping of tests. Tests are only available in static builds |
148| BUILD_SHARED_LIBS | OFF | CMake option for building shared libraries. |
146| ENABLE_ASM | ON | builds assembly optimized rules. | 149| ENABLE_ASM | ON | builds assembly optimized rules. |
147| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | 150| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms |
148| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | 151| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) |
149| ENABLE_VSTEST | OFF | Enable test on Visual Studio |
150| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` | 152| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` |
151 153