diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-12-01 17:15:45 +0100 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-12-04 16:20:53 +0100 |
commit | 06f81af8fc5cf04af828487fbd83bff7f3049a3a (patch) | |
tree | 22e25c8e848b1e0a699cd85eec5e1128c8daa850 /INSTALL.md | |
parent | apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count' (diff) | |
download | openssl-06f81af8fc5cf04af828487fbd83bff7f3049a3a.tar.xz openssl-06f81af8fc5cf04af828487fbd83bff7f3049a3a.zip |
{.travis,ci,appveyor}.yml: Make minimal config consistent, add no-deprecated no-ec no-ktls no-siv
This works nicely by addin a new no-bulk option to Configure.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13110)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index db893492a1..e005312bc0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -577,6 +577,11 @@ as configuration option, you must ensure that it's valid for both the C and the C++ compiler. If not, the C++ build test will most likely break. As an alternative, you can use the language specific variables, `CFLAGS` and `CXXFLAGS`. +### no-bulk + +Build only some minimal set of features. +This is a developer option used internally for CI build tests of the project. + ### no-capieng Don't build the CAPI engine. |