diff options
-rw-r--r-- | meson_options.txt | 6 |
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') |