diff options
Diffstat (limited to 'contrib/kann')
-rw-r--r-- | contrib/kann/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/kann/CMakeLists.txt b/contrib/kann/CMakeLists.txt index 2bf32c92e..b3a1d547c 100644 --- a/contrib/kann/CMakeLists.txt +++ b/contrib/kann/CMakeLists.txt @@ -1,11 +1,5 @@ SET(LIBKANNSRC kautodiff.c kann.c) -IF(ENABLE_FULL_DEBUG MATCHES "OFF") - if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") - SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3") - endif () -ENDIF() - ADD_LIBRARY(rspamd-kann SHARED ${LIBKANNSRC}) IF(WITH_BLAS) |