diff options
author | Brent Cook <bcook@openbsd.org> | 2018-03-25 19:21:16 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-03-25 19:21:16 -0500 |
commit | 55c0cacca0fe675a15389dc175088528a5d2cd00 (patch) | |
tree | d7fe59187a56f99a6f1781f6028280e2747a2797 /README.md | |
parent | 89e5bc52275019dccc608b6a3998fda5c2e1e604 (diff) | |
parent | 4d753badc09cca1a85c4fb7f404bae2d6ed51f5f (diff) | |
download | portable-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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 | ||