Skip to content

Commit

Permalink
Enable WAF by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abdessamad-zevenet committed Mar 31, 2020
1 parent b57a5e4 commit fe353b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ option(ENABLE_THREAD_SANITIZER "Enable thread sanitizer" OFF)
option(ENABLE_COVERAGE "Enable coverage" OFF)
#experimental, do not enable WIP
option(CACHE_SUPPORT "Build with cache support" OFF)
option(ENABLE_WAF "Compile zproxy using WAF features" OFF)
option(ENABLE_WAF "Compile zproxy using WAF features" ON)
set(CACHE_STORAGE_TYPE 1) # 1 ramfs,2 stdmap,3 memcached, default(1)
#option(MEMCACHED_ENABLED "memcached" OFF) deprecated
#option(ENABLE_APACHE_LOG_FORMAT "Enable message log in apache format" OFF) not implemented yet
Expand Down

0 comments on commit fe353b5

Please sign in to comment.