initial commit
This commit is contained in:
25
.eide/bc5d.arm.options.gcc.json
Normal file
25
.eide/bc5d.arm.options.gcc.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 5,
|
||||
"beforeBuildTasks": [],
|
||||
"afterBuildTasks": [],
|
||||
"global": {
|
||||
"$float-abi-type": "softfp",
|
||||
"output-debug-info": "enable",
|
||||
"misc-control": "--specs=nosys.specs --specs=nano.specs"
|
||||
},
|
||||
"c/cpp-compiler": {
|
||||
"language-c": "c11",
|
||||
"language-cpp": "c++11",
|
||||
"optimization": "level-debug",
|
||||
"warnings": "all-warnings",
|
||||
"one-elf-section-per-function": true,
|
||||
"one-elf-section-per-data": true
|
||||
},
|
||||
"asm-compiler": {},
|
||||
"linker": {
|
||||
"output-format": "elf",
|
||||
"remove-unused-input-sections": true,
|
||||
"LIB_FLAGS": "-lm",
|
||||
"$toolName": "auto"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user