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, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8c53858..78c438b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,6 @@
+option('benchmarks', type: 'feature', value: 'auto',
+ description: 'Build benchmarks')
+
option('strict', type: 'boolean', value: false,
description: 'Enable ultra-strict warnings')
@@ -6,6 +9,3 @@ option('test_malloc', type: 'boolean', value: true,
option('tests', type: 'boolean', value: true,
description: 'Build tests')
-
-option('benchmarks', type: 'feature', value: 'auto',
- description: 'Build benchmarks')