Fixed flag for IAR

pull/1930/head
Mihail Stoyanov 2016-06-14 04:42:45 +01:00
parent e9b56018d2
commit 3fa9ed79a5
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': [],
'c': ["--vla"],
'cxx': ["--c++", "--no_rtti", "--no_exceptions", "--guard_calls"],
'ld': ["--skip_dynamic_initialization", "--threaded_lib"],
}