Skip to content

Commit 144e97b

Browse files
committed
[IAR build] fix debug build
with option --profile ./tools/profiles/debug.json
1 parent 670b098 commit 144e97b

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)