diff options
author | David Robillard <d@drobilla.net> | 2022-05-28 21:08:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-28 22:06:25 -0400 |
commit | 574bf1e11d73059ec5e6099e6806d919e1ac22b0 (patch) | |
tree | 58501a867689c2a02da561503f995adde832e202 /meson_options.txt | |
parent | 460b036a8b87f5fb939088a56e3fadc5395ec90a (diff) | |
download | pugl-574bf1e11d73059ec5e6099e6806d919e1ac22b0.tar.gz pugl-574bf1e11d73059ec5e6099e6806d919e1ac22b0.tar.bz2 pugl-574bf1e11d73059ec5e6099e6806d919e1ac22b0.zip |
Clean up and strengthen warning flags
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index dd6ea8c..40dfa3a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,7 +11,10 @@ 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') + description: 'Enable ultra-strict warnings for developers') + +option('stub', type: 'boolean', value: true, + description: 'Build stub backend') option('tests', type: 'boolean', value: true, description: 'Build tests') |