mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11865 from maciejbocianski/iar_lto
IAR: Enable linker optimizations for develop/release profilepull/11932/merge
commit
e03180d13d
|
@ -55,6 +55,6 @@
|
|||
"asm": [],
|
||||
"c": ["--vla", "--diag_suppress=Pe546"],
|
||||
"cxx": ["--guard_calls", "--no_static_destruction"],
|
||||
"ld": ["--skip_dynamic_initialization", "--threaded_lib"]
|
||||
"ld": ["--skip_dynamic_initialization", "--threaded_lib", "--inline"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,6 +53,6 @@
|
|||
"asm": [],
|
||||
"c": ["--vla", "--diag_suppress=Pe546"],
|
||||
"cxx": ["--guard_calls", "--no_static_destruction"],
|
||||
"ld": ["--skip_dynamic_initialization", "--threaded_lib"]
|
||||
"ld": ["--skip_dynamic_initialization", "--threaded_lib", "--inline"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue