diff options
author | 2019-10-24 14:34:19 +0300 | |
---|---|---|
committer | 2019-10-24 14:34:19 +0300 | |
commit | 84cec7dc2c645e4d1bbab8e8496c4f6cd9562989 (patch) | |
tree | 6635355e3d9dbe435bffdd943a29468d6a94f14d /meson_options.txt | |
parent | 69933c5b521eacd968c4d78ad769ea7a3d6b872f (diff) | |
download | librin-84cec7dc2c645e4d1bbab8e8496c4f6cd9562989.tar.gz librin-84cec7dc2c645e4d1bbab8e8496c4f6cd9562989.tar.bz2 librin-84cec7dc2c645e4d1bbab8e8496c4f6cd9562989.zip |
remove pointless options.
Less maintenence burden, especially since modules start
using one another, complicating build requirements otherwise.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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') |