mirror of https://github.com/ARMmbed/mbed-os.git
fix debug build with option --profile ./tools/profiles/debug.json
parent
670b0984eb
commit
d12943c576
|
@ -34,7 +34,7 @@
|
||||||
},
|
},
|
||||||
"IAR": {
|
"IAR": {
|
||||||
"common": [
|
"common": [
|
||||||
"--no_wrap_diagnostics", "non-native end of line sequence", "-e",
|
"--no_wrap_diagnostics", "-e",
|
||||||
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
|
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
|
||||||
"asm": [],
|
"asm": [],
|
||||||
"c": ["--vla"],
|
"c": ["--vla"],
|
||||||
|
|
Loading…
Reference in New Issue