Skip to content

Commit 3fa9ed7

Browse files
committed
Fixed flag for IAR
1 parent e9b5601 commit 3fa9ed7

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': [],
43+
'c': ["--vla"],
4444
'cxx': ["--c++", "--no_rtti", "--no_exceptions", "--guard_calls"],
4545
'ld': ["--skip_dynamic_initialization", "--threaded_lib"],
4646
}

0 commit comments

Comments
 (0)