|
135 | 135 | ] |
136 | 136 | }, |
137 | 137 | "misc-control": { |
138 | | - "markdownDescription": "Global Params", |
139 | | - "description.zh-cn": "编译器全局参数", |
| 138 | + "markdownDescription": "Global Options", |
| 139 | + "description.zh-cn": "编译器全局选项", |
140 | 140 | "$ref": "#/definitions/FLAGS", |
141 | 141 | "default": "" |
142 | 142 | } |
|
258 | 258 | "type": "boolean" |
259 | 259 | }, |
260 | 260 | "C_FLAGS": { |
261 | | - "markdownDescription": "C Compiler Params", |
262 | | - "description.zh-cn": "C 编译器参数", |
| 261 | + "markdownDescription": "C Compiler Options", |
| 262 | + "description.zh-cn": "C 编译器选项", |
263 | 263 | "$ref": "#/definitions/FLAGS", |
264 | 264 | "default": "" |
265 | 265 | }, |
266 | 266 | "CXX_FLAGS": { |
267 | | - "markdownDescription": "C++ Compiler Params", |
268 | | - "description.zh-cn": "C++ 编译器参数", |
| 267 | + "markdownDescription": "C++ Compiler Options", |
| 268 | + "description.zh-cn": "C++ 编译器选项", |
269 | 269 | "$ref": "#/definitions/FLAGS", |
270 | 270 | "default": "" |
271 | 271 | } |
|
288 | 288 | }, |
289 | 289 | "ASM_FLAGS": { |
290 | 290 | "markdownDescription": "Assembler Options", |
291 | | - "description.zh-cn": "汇编器参数", |
| 291 | + "description.zh-cn": "汇编器选项", |
292 | 292 | "$ref": "#/definitions/FLAGS", |
293 | 293 | "default": "-c -x assembler" |
294 | 294 | } |
|
369 | 369 | "default": ".elf" |
370 | 370 | }, |
371 | 371 | "LD_FLAGS": { |
372 | | - "readable_name": "Linker Flags", |
373 | | - "readable_name.zh-cn": "链接器参数", |
| 372 | + "readable_name": "Linker Options", |
| 373 | + "readable_name.zh-cn": "链接器选项", |
374 | 374 | "markdownDescription": "Use '-Wl[,option]...' pass options to the linker", |
375 | 375 | "description.zh-cn": "使用 '-Wl[,option]...' 传递链接器选项", |
376 | 376 | "$ref": "#/definitions/FLAGS", |
377 | 377 | "default": "" |
378 | 378 | }, |
379 | 379 | "LIB_FLAGS": { |
380 | | - "readable_name": "Lib Flags", |
| 380 | + "readable_name": "Lib Options", |
381 | 381 | "readable_name.zh-cn": "链接库", |
382 | 382 | "markdownDescription": "Lib Flags, like: -lxxx", |
383 | 383 | "description.zh-cn": "链接库,例如:-lxxx", |
|
0 commit comments