Removed -fno-strict-aliasing requirement
authorkhizmax <khizmax@gmail.com>
Fri, 22 Sep 2017 18:59:55 +0000 (21:59 +0300)
committerkhizmax <khizmax@gmail.com>
Fri, 22 Sep 2017 18:59:55 +0000 (21:59 +0300)
CMakeLists.txt
cds/details/defs.h
change.log

index b72880b1f7de3b19d5f7f03ddd801f3bd3c2d824..1cbd9e4906c5dfbbec2c14bf779374c2f1ad967e 100644 (file)
@@ -112,7 +112,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
         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")
index e78fc762b165a778bec8a858bec41d25984beece..2154a2fb5f2e0fdb2e9fa3d11b84074f11753b54 100644 (file)
    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.
-
 */
 
 
index e81eabfe2b99bd58998da54bd5401014cc1d7b22..81694eff0ce426e71d8af160b7f75fd405696cec 100644 (file)
@@ -1,4 +1,5 @@
 2.4.0
+    - Removed: -fno-strict-aliasing requirement
 
 2.3.1 01.09.2017
     Maintenance release