From 3f0c21826b4a4e59c937dc8435edb5be7100b078 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Mon, 15 Feb 2021 12:26:42 +0200 Subject: now with configurable data size! Signed-off-by: Gediminas Jakutis --- meson_options.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..ab26488 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,9 @@ +option('data-signed', + type : 'feature', + value : 'disabled', + description : 'Switch whether to use signed data type') +option('data-bitness', + type : 'combo', + choices : ['64', '32', '16'], + value : '64', + description : 'Size of a data entry to use, in bits') -- cgit v1.2.3