From 4b8a5ae465009a3bd5fe3ff77c7402eea20648eb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Jan 2025 11:42:26 -0500 Subject: Remove unused meson options --- meson_options.txt | 6 ------ 1 file changed, 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') -- cgit v1.2.1