25 lines
647 B
JSON
25 lines
647 B
JSON
{
|
|
"version": 4,
|
|
"beforeBuildTasks": [],
|
|
"afterBuildTasks": [],
|
|
"global": {
|
|
"use-microLIB": false,
|
|
"output-debug-info": "enable"
|
|
},
|
|
"c/cpp-compiler": {
|
|
"optimization": "level-3",
|
|
"one-elf-section-per-function": true,
|
|
"c99-mode": true,
|
|
"C_FLAGS": "--diag_suppress=1 --diag_suppress=1295",
|
|
"CXX_FLAGS": "--diag_suppress=1 --diag_suppress=1295",
|
|
"warnings": "all-warnings"
|
|
},
|
|
"asm-compiler": {},
|
|
"linker": {
|
|
"output-format": "elf",
|
|
"xo-base": "",
|
|
"ro-base": "",
|
|
"rw-base": "",
|
|
"$disableOutputTask": true
|
|
}
|
|
} |