summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-03 00:20:23 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-03 00:20:23 -0500
commit33fd0db9e5acb8a7675400d032fff178de0a7c6e (patch)
tree57f1e1f5bb8887417a8a4251b5aec78dba35afea /meson.build
parent3625f99bd2d65f194bde56567c0765db730c5633 (diff)
downloadlighttpd-git-33fd0db9e5acb8a7675400d032fff178de0a7c6e.tar.gz
[core] remove libev fdevent option (ignore)
lighttpd directly uses native OS event handlers
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 15e6d945..ac504920 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@ subdir('tests')
# $ ninja
# full build:
-# $ meson configure -D build_extra_warnings=true -D buildtype=debugoptimized -D with_bzip=enabled -D with_dbi=enabled -D with_fam=enabled -D with_krb5=enabled -D with_ldap=enabled -D with_libev=enabled -D with_libunwind=enabled -D with_lua=true -D with_mysql=enabled -D with_openssl=true -D with_pcre2=true -D with_pgsql=enabled -D with_sasl=enabled -D with_webdav_locks=enabled -D with_webdav_props=enabled -D with_xattr=true -D with_zlib=enabled
+# $ meson configure -D build_extra_warnings=true -D buildtype=debugoptimized -D with_bzip=enabled -D with_dbi=enabled -D with_fam=enabled -D with_krb5=enabled -D with_ldap=enabled -D with_libunwind=enabled -D with_lua=true -D with_mysql=enabled -D with_openssl=true -D with_pcre2=true -D with_pgsql=enabled -D with_sasl=enabled -D with_webdav_locks=enabled -D with_webdav_props=enabled -D with_xattr=true -D with_zlib=enabled
# optimized build:
# $ meson configure -D b_lto=true -D buildtype=debugoptimized