Skip to content

Commit 7bfe0be

Browse files
author
Janne Kiiskila
committed
Align also IAR - develop profile to be size optimized
IAR is also performance optimizing instead of size optimizing in develop profile. Align also that (review feedback).
1 parent 261e071 commit 7bfe0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/develop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"IAR": {
5050
"common": [
5151
"--no_wrap_diagnostics", "-e",
52-
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict",
52+
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Ohz", "--enable_restrict",
5353
"-DMBED_TRAP_ERRORS_ENABLED=1"],
5454
"asm": [],
5555
"c": ["--vla", "--diag_suppress=Pe546"],

0 commit comments

Comments
 (0)