Merge pull request #11865 from maciejbocianski/iar_lto

IAR: Enable linker optimizations for develop/release profile
pull/11932/merge
Martin Kojtal 2019-11-23 18:47:59 +01:00 committed by GitHub
commit e03180d13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
}
}

View File

@ -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"]
}
}