mirror of https://github.com/ARMmbed/mbed-os.git
Fixed flag for IAR
parent
e9b56018d2
commit
3fa9ed79a5
|
@ -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"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue