Merge pull request #1930 from mbedmicro/iar-fix

Fixed flag for IAR
pull/1932/head
Mihail Stoyanov 2016-06-14 05:09:10 +01:00 committed by GitHub
commit bd2159db26
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"],
}