summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-02-03 00:35:34 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-02-03 00:36:34 -0500
commita737572aa4b7a50fd9ac3f54245e40fd5cd2609d (patch)
treec94abed95465424b3808ef4e533d84025558ff4c /meson_options.txt
parent5921b2f411117dd0b1c91107ae88b4f29709044d (diff)
downloadlighttpd-git-a737572aa4b7a50fd9ac3f54245e40fd5cd2609d.tar.gz
[meson] add with_zstd to meson_options.txt
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 51bea44d..f6687159 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -148,6 +148,11 @@ option('with_zlib',
value: true,
description: 'with deflate-support for mod_deflate [default: on]',
)
+option('with_zstd',
+ type: 'boolean',
+ value: false,
+ description: 'with zstd-support for mod_deflate [default: off]',
+)
option('build_extra_warnings',
type: 'boolean',