Merge pull request #2948 from jamike/Fixed_iarm_debug_built_failed

[IAR build] fix debug build
pull/2958/head
Sam Grove 2016-10-06 13:37:58 -05:00 committed by GitHub
commit 22ec73bc3a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
},
"IAR": {
"common": [
"--no_wrap_diagnostics", "non-native end of line sequence", "-e",
"--no_wrap_diagnostics", "-e",
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
"asm": [],
"c": ["--vla"],