From 83c02756c8f48fc54c6e2cf96edb9245d891396a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 May 2023 11:53:40 -0400 Subject: Replace strict option with new meson warning level --- meson_options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index eac6969..bca000a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -# Copyright 2021-2022 David Robillard +# Copyright 2021-2023 David Robillard # SPDX-License-Identifier: 0BSD OR ISC option('cairo', type: 'feature', value: 'auto', @@ -13,12 +13,12 @@ option('docs', type: 'feature', value: 'auto', option('docs_cpp', type: 'boolean', value: false, description: 'Attempt to build C++ documentation for development') +option('lint', type: 'boolean', value: false, yield: true, + description: 'Run code quality checks') + option('opengl', type: 'feature', value: 'auto', description : 'Enable support for the OpenGL graphics API') -option('strict', type: 'boolean', value: false, - description: 'Enable ultra-strict warnings for developers') - option('stub', type: 'boolean', value: true, description: 'Build stub backend') -- cgit v1.2.1