diff options
author | David Robillard <d@drobilla.net> | 2021-01-10 00:23:30 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-10 00:23:30 +0100 |
commit | b2679936d96638b2c877176d151cec09502aec16 (patch) | |
tree | 5f70c82ea49a8d3585669a5cdbce40c2535f1c59 | |
parent | 6eb3648d1d428f594571b92a794705b16aadceda (diff) | |
download | zix-b2679936d96638b2c877176d151cec09502aec16.tar.gz zix-b2679936d96638b2c877176d151cec09502aec16.tar.bz2 zix-b2679936d96638b2c877176d151cec09502aec16.zip |
Sort meson options
-rw-r--r-- | meson_options.txt | 6 |
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') |