summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: ab264889def66cf29f86340d65419014d61004db (plain)
1
2
3
4
5
6
7
8
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')