summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-10 11:42:26 -0500
committerDavid Robillard <d@drobilla.net>2025-01-10 11:42:26 -0500
commit4b8a5ae465009a3bd5fe3ff77c7402eea20648eb (patch)
tree1ba03bb7343e18f1caf797e4434636ba2d2a2828
parentd803d95d7767cbca3ecba4fd8f9a57528da62063 (diff)
downloadpatchage-4b8a5ae465009a3bd5fe3ff77c7402eea20648eb.tar.gz
patchage-4b8a5ae465009a3bd5fe3ff77c7402eea20648eb.tar.bz2
patchage-4b8a5ae465009a3bd5fe3ff77c7402eea20648eb.zip
Remove unused meson options
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index be37ed4..56d585b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,11 +16,5 @@ option('jack_dbus', type: 'feature', yield: true,
option('lint', type: 'boolean', value: false, yield: true,
description: 'Run code quality checks')
-option('strict', type: 'boolean', value: false, yield: true,
- description: 'Enable ultra-strict warnings')
-
-option('tests', type: 'feature', yield: true,
- description: 'Build tests')
-
option('title', type: 'string', value: 'Patchage',
description: 'Project title')