message("C++ std: -std=c++11 (default)")
endif()
-# list(APPEND LIBCDS_PUBLIC_CXX_FLAGS "-fno-strict-aliasing")
list(APPEND LIBCDS_PRIVATE_CXX_FLAGS "-Wall" "-Wextra" "-pedantic")
if(CMAKE_TARGET_ARCHITECTURE STREQUAL "x86_64")
For Unix-like systems GCC and Clang compilers are supported.
Use GCC 4.8+ compiler or Clang 3.6+ to build <b>cds</b> library with CMake.
See accompanying file <tt>/build/cmake/readme.md</tt> for more info.
-
- @note Important for GCC compiler: all your projects that use \p libcds must be compiled with <b>-fno-strict-aliasing</b>
- compiler flag.
-
*/
2.4.0
+ - Removed: -fno-strict-aliasing requirement
2.3.1 01.09.2017
Maintenance release