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

29 lines
721 B
JSON

{
"version": 3,
"beforeBuildTasks": [],
"afterBuildTasks": [],
"global": {
"use-microLIB": true,
"output-debug-info": "enable"
},
"c/cpp-compiler": {
"optimization": "level-3",
"language-c": "c99",
"language-cpp": "c++03",
"link-time-optimization": false,
"one-elf-section-per-function": true,
"short-enums#wchar": true,
"warnings": "ac5-like-warnings"
},
"asm-compiler": {
"$use": "asm-auto"
},
"linker": {
"output-format": "elf",
"misc-controls": "--diag_suppress=L6329",
"xo-base": "",
"ro-base": "",
"rw-base": "",
"$disableOutputTask": true
}
}