Removed IAR --vla flag which breaks compatibility with IAR Workbench

pull/1943/head
Mihail Stoyanov 2016-06-15 00:06:43 +01:00
parent 5698424d09
commit d0db5c94e5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class IAR(mbedToolchain):
"-e", # Enable IAR language extension
"--diag_suppress=Pa050,Pa084,Pa093,Pa082"],
'asm': [],
'c': ["--vla"],
'c': [],
'cxx': ["--c++", "--no_rtti", "--no_exceptions", "--guard_calls"],
'ld': ["--skip_dynamic_initialization", "--threaded_lib"],
}