summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ab26488..52d535b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,6 @@ option('data-signed',
description : 'Switch whether to use signed data type')
option('data-bitness',
type : 'combo',
- choices : ['64', '32', '16'],
+ choices : ['64', '32', '16', '8'],
value : '64',
description : 'Size of a data entry to use, in bits')