Skip to content

Commit d0db5c9

Browse files
committed
Removed IAR --vla flag which breaks compatibility with IAR Workbench
1 parent 5698424 commit d0db5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class IAR(mbedToolchain):
4040
"-e", # Enable IAR language extension
4141
"--diag_suppress=Pa050,Pa084,Pa093,Pa082"],
4242
'asm': [],
43-
'c': ["--vla"],
43+
'c': [],
4444
'cxx': ["--c++", "--no_rtti", "--no_exceptions", "--guard_calls"],
4545
'ld': ["--skip_dynamic_initialization", "--threaded_lib"],
4646
}

0 commit comments

Comments
 (0)