mbed-os/tools/profiles/save-asm.json

24 lines
409 B
JSON
Raw Normal View History

2016-09-27 18:15:22 +00:00
{
"GCC_ARM": {
"common": ["-save-temps"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
},
"ARM": {
"common": ["--asm", "--interleave"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
},
"uARM": {
"common": ["--asm", "--interleave"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
2016-09-27 18:15:22 +00:00
}
}