STM32G4-DRV8301-FOC/MDK-ARM/.eide/stm32g474retx_demo_blink.arm.options.v5.json
Michael Chemic 51ef1c0860 files upload
2024-07-22 13:55:29 +08:00

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
}
}