Deleted redundant implementation of predux

This commit is contained in:
Benoit Steiner
2016-10-12 14:37:56 -07:00
parent 78d2926508
commit 38b6048e14
2 changed files with 1 additions and 5 deletions

View File

@@ -133,6 +133,7 @@ if(NOT MSVC)
if(COMPILER_SUPPORT_WERROR)
set(CMAKE_REQUIRED_FLAGS "-Werror")
endif()
ei_add_cxx_compiler_flag("-static")
ei_add_cxx_compiler_flag("-pedantic")
ei_add_cxx_compiler_flag("-Wall")
ei_add_cxx_compiler_flag("-Wextra")