Mention TLS_BACKEND in README

This commit is contained in:
Joris Vink 2022-02-18 15:49:56 +01:00
parent 045beb8622
commit f3135d5e71
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ those by setting a shell environment variable before running **_make_**.
* NOOPT=1 (disable compiler optimizations) * NOOPT=1 (disable compiler optimizations)
* JSONRPC=1 (compiles in JSONRPC support) * JSONRPC=1 (compiles in JSONRPC support)
* PYTHON=1 (compiles in the Python support) * PYTHON=1 (compiles in the Python support)
* TLS_BACKEND=none (compiles Kore without any TLS backend)
Note that certain build flavors cannot be mixed together and you will just Note that certain build flavors cannot be mixed together and you will just
be met with compilation errors. be met with compilation errors.