]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Disable fann by default
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 8 Mar 2018 14:05:56 +0000 (14:05 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 8 Mar 2018 14:05:56 +0000 (14:05 +0000)
CMakeLists.txt

index e96bb80cf28d144de8bc602f9a691d2e826567b4..9f02bee85c63b713d2383ca17f099982c11179dd 100644 (file)
@@ -56,7 +56,7 @@ OPTION(WANT_SYSTEMD_UNITS  "Install systemd unit files on Linux [default: OFF]"
 OPTION(ENABLE_SNOWBALL     "Enable snowball stemmer [default: ON]"              ON)
 OPTION(ENABLE_CLANG_PLUGIN "Enable clang static analysing plugin [default: OFF]" OFF)
 OPTION(ENABLE_HYPERSCAN    "Enable hyperscan for fast regexp processing [default: OFF]" OFF)
-OPTION(ENABLE_FANN         "Enable fann for neural network plugin [default: ON]" ON)
+OPTION(ENABLE_FANN         "Enable fann for neural network plugin [default: OFF]" OFF)
 OPTION(ENABLE_PCRE2        "Enable pcre2 instead of pcre  [default: OFF]"         OFF)
 OPTION(ENABLE_GD           "Enable libgd for images processing [default: OFF]" OFF)
 OPTION(ENABLE_JEMALLOC     "Build rspamd with jemalloc allocator  [default: OFF]" OFF)