aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: b4ed44d7a83aa0f75ca8cfa2d89752085b5455af (plain)
1
2
3
4
5
6
7
8
option('enable-pic',
	type : 'feature',
	value : 'enabled',
	description : 'Switch whether to generate position-independent code')
option('enable-tests',
	type : 'boolean',
	value : false,
	description : 'Switch for building and running tests')