diff options
author | 2021-03-14 03:16:02 +0200 | |
---|---|---|
committer | 2021-03-14 03:50:37 +0200 | |
commit | 56f20e30636c16fd14205ba7c29cf8089caa1260 (patch) | |
tree | 24f948294d6a28a5ea47c983e1cade078357b3ef /meson_options.txt | |
parent | c68444ff76eff88fbfa63a3ddbd6b9ce72337159 (diff) | |
download | algos-ld1-56f20e30636c16fd14205ba7c29cf8089caa1260.tar.gz algos-ld1-56f20e30636c16fd14205ba7c29cf8089caa1260.tar.bz2 algos-ld1-56f20e30636c16fd14205ba7c29cf8089caa1260.zip |
revert higher-than-64-bits support.
Too much hassle to actually pretty-print that crap out.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'meson_options.txt')
-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 3833423..80bd07d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,9 +1,9 @@ -option('data-signed', +option('data-sign', type : 'feature', value : 'disabled', description : 'Switch whether to use signed data type') -option('data-bitness', +option('data-bits', type : 'combo', - choices : ['256', '128', '64', '32', '16', '8'], + choices : ['64', '32', '16', '8'], value : '64', description : 'Size of a data entry to use, in bits') |