From 84cec7dc2c645e4d1bbab8e8496c4f6cd9562989 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 24 Oct 2019 14:34:19 +0300 Subject: remove pointless options. Less maintenence burden, especially since modules start using one another, complicating build requirements otherwise. Signed-off-by: Gediminas Jakutis --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 41017ee..d39f677 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,6 +1,3 @@ option('static', type : 'boolean', value : false, description : 'Enable building a static library') option('shared', type : 'boolean', value : false, description : 'Enable building a dynamic library') option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') -option('float', type : 'boolean', value : true, description : 'Enable building the floating point module') -option('diagnostic', type : 'boolean', value : true, description : 'Enable building the diagnostics module') -option('time', type : 'boolean', value : true, description : 'Enable building the time module') -- cgit v1.2.3