static lib warning
authorkhizmax <khizmax@gmail.com>
Thu, 16 Jun 2016 15:28:09 +0000 (18:28 +0300)
committerkhizmax <khizmax@gmail.com>
Thu, 16 Jun 2016 15:28:09 +0000 (18:28 +0300)
build/cmake/readme.md

index 58274bbc1248cffaa383bf70dbb9a3e3d072a4f1..f229a5df2f3bc241f258e56edca891745cdab49c 100644 (file)
@@ -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 <path to the project's root directory with CMakeLists.txt>* 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