summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4f5c9b4..ef032fb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,8 +1,14 @@
option('benchmarks', type: 'feature', value: 'auto', yield: true,
description: 'Build benchmarks')
+option('checks', type: 'boolean', value: true, yield: true,
+ description: 'Check for features with the build system')
+
option('strict', type: 'boolean', value: false, yield: true,
description: 'Enable ultra-strict warnings')
option('tests', type: 'feature', value: 'auto', yield: true,
description: 'Build tests')
+
+option('posix', type: 'feature', value: 'auto', yield: true,
+ description: 'Use POSIX system facilities')