From b759f6750645d32742e8c224f93063e692b4b278 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 May 2023 15:57:51 -0400 Subject: Replace strict option with new meson warning level --- meson_options.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 6002087..a5c3a32 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,8 +1,8 @@ # Copyright 2021-2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -option('checks', type: 'boolean', value: true, yield: true, - description: 'Check for features with the build system') +option('checks', type: 'feature', value: 'enabled', yield: true, + description: 'Check for platform-specific features') option('docs', type: 'feature', value: 'auto', description: 'Build documentation') @@ -16,6 +16,9 @@ option('ingen', type: 'feature', value: 'auto', option('jalv', type: 'feature', value: 'auto', description: 'Build jalv') +option('lint', type: 'boolean', value: false, yield: true, + description: 'Run code quality checks') + option('lv2dir', type: 'string', value: '', yield: true, description: 'LV2 bundle installation directory') @@ -31,8 +34,5 @@ option('plugins', type: 'feature', value: 'auto', option('raul', type: 'feature', value: 'auto', description: 'Build raul') -option('strict', type: 'boolean', value: false, yield: true, - description: 'Enable ultra-strict warnings') - option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') -- cgit v1.2.1