diff options
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') |