Skip to content

Commit 22ec73b

Browse files
authored
Merge pull request #2948 from jamike/Fixed_iarm_debug_built_failed
[IAR build] fix debug build
2 parents 670b098 + 144e97b commit 22ec73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"IAR": {
3636
"common": [
37-
"--no_wrap_diagnostics", "non-native end of line sequence", "-e",
37+
"--no_wrap_diagnostics", "-e",
3838
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
3939
"asm": [],
4040
"c": ["--vla"],

0 commit comments

Comments
 (0)