Added description of new instrumentation flags
authorkhizmax <khizmax@gmail.com>
Thu, 16 Jun 2016 15:19:29 +0000 (18:19 +0300)
committerkhizmax <khizmax@gmail.com>
Thu, 16 Jun 2016 15:19:29 +0000 (18:19 +0300)
build/cmake/readme.md

index 5d769e4d65428f3cec8dbb765014d25cc3d97e89..58274bbc1248cffaa383bf70dbb9a3e3d072a4f1 100644 (file)
@@ -21,7 +21,8 @@ After using command *cmake -L <path to the project's root directory with CMakeLi
 - *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
 - *WITH_TESTS_COVERAGE:BOOL=OFF*: Analyze test coverage using gcov (only for gcc)
 - *WITH_BOOST_ATOMIC:BOOL=OFF*: Use boost atomics (only for boost >= 1.54)
 - *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
 - *WITH_TESTS_COVERAGE:BOOL=OFF*: Analyze test coverage using gcov (only for gcc)
 - *WITH_BOOST_ATOMIC:BOOL=OFF*: Use boost atomics (only for boost >= 1.54)
-- ...  
+- *WITH_ASAN:BOOL=OFF*: compile libcds with AddressSanitizer instrumentation
+- *WITH_TSAN:BOOL=OFF*: compile libcds with ThreadSanitizer instrumentation
 
 Packaging
 ----------
 
 Packaging
 ----------