summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-11 05:46:46 +0100
committerDavid Robillard <d@drobilla.net>2021-04-14 13:07:52 -0400
commitfd01c2cc782613084d0cba4409a11c1b069a78a3 (patch)
tree5e09088cfd87af7b9e0ac3ed5088078469471078 /meson_options.txt
parent6e556e0818d096befb969e5f8c49f52437a2cece (diff)
downloadsuil-fd01c2cc782613084d0cba4409a11c1b069a78a3.tar.gz
suil-fd01c2cc782613084d0cba4409a11c1b069a78a3.tar.bz2
suil-fd01c2cc782613084d0cba4409a11c1b069a78a3.zip
WIP: Switch to Meson
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
new file mode 100644
index 0000000..6e03098
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+option('docs', type: 'feature', value: 'auto', yield: true,
+ description: 'Build documentation')
+
+option('strict', type: 'boolean', value: false, yield: true,
+ description: 'Enable ultra-strict warnings')