Skip to content

Commit bebb5c4

Browse files
committed
Add 'ASM_FLAGS' for sdcc sdxxasm.
1 parent 69b476b commit bebb5c4

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

lang/sdcc.verify.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
"type": "string"
1616
},
1717
"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": []
1831
}
1932
},
2033
"properties": {
@@ -341,10 +354,11 @@
341354
"description.zh-cn": "汇编器选项",
342355
"type": "object",
343356
"properties": {
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": ""
348362
}
349363
}
350364
},

0 commit comments

Comments
 (0)