diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..4f5c9b4 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,8 @@ +option('benchmarks', type: 'feature', value: 'auto', yield: true, + description: 'Build benchmarks') + +option('strict', type: 'boolean', value: false, yield: true, + description: 'Enable ultra-strict warnings') + +option('tests', type: 'feature', value: 'auto', yield: true, + description: 'Build tests') |