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 69b476b commit bebb5c4Copy full SHA for bebb5c4
1 file changed
lang/sdcc.verify.json
@@ -15,6 +15,19 @@
15
"type": "string"
16
},
17
"default": ""
18
+ },
19
+ "FLAGS": {
20
+ "markdownDescription": "Options",
21
+ "description.zh-cn": "选项",
22
+ "size": "huge",
23
+ "type": [
24
+ "string",
25
+ "array"
26
+ ],
27
+ "items": {
28
+ "type": "string"
29
30
+ "default": []
31
}
32
33
"properties": {
@@ -341,10 +354,11 @@
341
354
"description.zh-cn": "汇编器选项",
342
355
"type": "object",
343
356
344
- "misc-controls": {
345
- "markdownDescription": "Other Assembler Options",
346
- "description.zh-cn": "汇编器附加选项",
347
- "$ref": "#/definitions/misc-controls"
357
+ "ASM_FLAGS": {
358
+ "markdownDescription": "Assembler Options",
359
+ "description.zh-cn": "汇编器参数",
360
+ "$ref": "#/definitions/FLAGS",
361
+ "default": ""
348
362
349
363
350
364
0 commit comments