Skip to content

Commit 51e6354

Browse files
IAR: Enable link-time optimizer for release profile
1 parent 09c2450 commit 51e6354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"asm": [],
5454
"c": ["--vla", "--diag_suppress=Pe546"],
5555
"cxx": ["--guard_calls", "--no_static_destruction"],
56-
"ld": ["--skip_dynamic_initialization", "--threaded_lib"]
56+
"ld": ["--skip_dynamic_initialization", "--threaded_lib", "--vfe", "--merge_duplicate_sections", "--inline"]
5757
}
5858
}

0 commit comments

Comments
 (0)