From 56f20e30636c16fd14205ba7c29cf8089caa1260 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 14 Mar 2021 03:16:02 +0200 Subject: revert higher-than-64-bits support. Too much hassle to actually pretty-print that crap out. Signed-off-by: Gediminas Jakutis --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.3