You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meson_options.txt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,6 @@ option('developer_build', type : 'boolean', value : true,
17
17
option('verbose_tests', type : 'boolean', value : true,
18
18
description : 'Tests that are run under the "debug" configuration will print all debug messages. Disable this option for valgrind checks, as it speeds it up substantially.')
19
19
20
-
option('default_stream_mdversion', type : 'integer', min : 2, max : 3, value : 2,
21
-
description : 'The default module stream metadata version to use.')
22
-
23
20
option('libmagic', type : 'feature', value : 'enabled',
24
21
description : 'Enables the use of libmagic to detect compression of YAML files.')
0 commit comments