summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 80bd07d7d825dc9b3c2039ffb8c08de615f0256a (plain)
1
2
3
4
5
6
7
8
9
option('data-sign',
	type : 'feature',
	value : 'disabled',
	description : 'Switch whether to use signed data type')
option('data-bits',
	type : 'combo',
	choices : ['64', '32', '16', '8'],
	value : '64',
	description : 'Size of a data entry to use, in bits')