From 558224dcb6eda9a637c755a18ef26a01f0cce4dc Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 16 Jun 2016 18:28:09 +0300 Subject: [PATCH] static lib warning --- build/cmake/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/cmake/readme.md b/build/cmake/readme.md index 58274bbc..f229a5df 100644 --- a/build/cmake/readme.md +++ b/build/cmake/readme.md @@ -16,6 +16,8 @@ Compiling and testing - Compile: *make -j4* - As a result you'll see shared and static cds libraries in the build directory +**Warning**: We strongly recommend not to use static cds library. Static library is not tested and not maintained. You can use it on own risk. + After using command *cmake -L * one can see some additional variables, that can activate additional features: - *WITH_TESTS:BOOL=OFF*: if you want to build library with unit testing support use *-DWITH_TESTS=ON* on prepare step. Be careful with this flag, because compile time will dramatically increase -- 2.34.1