diff options
author | David Robillard <d@drobilla.net> | 2023-05-02 12:31:15 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-02 13:34:31 -0400 |
commit | b23035e1706d1a828e7698abcc76cdac37e92b72 (patch) | |
tree | fcb7a867e363c9ac818e55aa5bf1f5741bde872a /meson_options.txt | |
parent | 32a95bd5024623befa3ed445400075a6faae7522 (diff) | |
download | raul-b23035e1706d1a828e7698abcc76cdac37e92b72.tar.gz raul-b23035e1706d1a828e7698abcc76cdac37e92b72.tar.bz2 raul-b23035e1706d1a828e7698abcc76cdac37e92b72.zip |
Replace strict option with new meson warning level
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') |