diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index c14078e..8013287 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,8 @@ -option('strict', type: 'boolean', value: false, yield: true, - description: 'Enable ultra-strict warnings') +# Copyright 2022-2023 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later + +option('lint', type: 'boolean', value: false, yield: true, + description: 'Run code quality checks') option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') |