From: Vsevolod Stakhov Date: Wed, 18 Feb 2015 15:56:25 +0000 (+0000) Subject: Enable luajit by default. X-Git-Tag: 0.9.0~667 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b49bdd9279f22b96f5d16da2111f339ef03c3da;p=thirdparty%2Frspamd.git Enable luajit by default. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c8cb6aab67..5a2d1178ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)