summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-30 18:26:50 -0400
committerDavid Robillard <d@drobilla.net>2023-05-01 18:57:07 -0400
commit762eebf596d14bf25d9c3cc1ec87167991efb270 (patch)
treeef9d9ee1dd24cb941a3f2ef4a25ad710d03c0aec /meson_options.txt
parentf5d33a2cda7b6f498bb7e5e61e298dce5510ed5c (diff)
downloadsord-762eebf596d14bf25d9c3cc1ec87167991efb270.tar.gz
sord-762eebf596d14bf25d9c3cc1ec87167991efb270.tar.bz2
sord-762eebf596d14bf25d9c3cc1ec87167991efb270.zip
Replace strict option with new meson warning level
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 10bbd76..257c045 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,9 +4,6 @@
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
-option('strict', type: 'boolean', value: false, yield: true,
- description: 'Enable ultra-strict warnings')
-
option('tests', type: 'feature', value: 'auto', yield: true,
description: 'Build tests')