We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c246047 commit 93d7a9dCopy full SHA for 93d7a9d
meson.options
@@ -5,18 +5,3 @@ option('with_test',
5
type : 'feature',
6
value : 'disabled',
7
description : 'Enable Fossil Test for this project')
8
-
9
-option('as_d',
10
- type : 'feature',
11
- value : 'enabled',
12
- description : 'Enable D language support')
13
14
-option('as_cython',
15
16
- value : 'disabled',
17
- description : 'Enable Cython language support')
18
19
-option('as_java',
20
21
22
- description : 'Enable Java language support')
0 commit comments