]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Enable luajit by default.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 18 Feb 2015 15:56:25 +0000 (15:56 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 18 Feb 2015 15:56:25 +0000 (15:56 +0000)
CMakeLists.txt

index c8cb6aab677564e1eb543696fa858bd94fabafca..5a2d1178ac82f9414d27de942bd4166a14e38e91 100644 (file)
@@ -32,7 +32,7 @@ OPTION(SKIP_RELINK_RPATH   "Skip relinking and full RPATH for the install tree"
 OPTION(ENABLE_REDIRECTOR   "Enable redirector install [default: OFF]"           OFF)
 OPTION(ENABLE_GPERF_TOOLS  "Enable google perftools [default: OFF]"             OFF)
 OPTION(ENABLE_STATIC       "Enable static compiling [default: OFF]"             OFF)
-OPTION(ENABLE_LUAJIT       "Link with libluajit [default: OFF]"                 OFF)
+OPTION(ENABLE_LUAJIT       "Link with libluajit [default: ON]"                  ON)
 OPTION(ENABLE_DB           "Find and link with DB library [default: OFF]"       OFF)
 OPTION(ENABLE_SQLITE       "Find and link with sqlite3 library [default: OFF]"  OFF)
 OPTION(ENABLE_HIREDIS      "Find and link with external redis library [default: ON]"  ON)