Skip to content

Commit 4ff6dd2

Browse files
Steven Cartmelladbridge
authored andcommitted
Remove IAR compiler flag change from PR
1 parent 6c04d9e commit 4ff6dd2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tools/profiles/debug.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
"common": [
5252
"--no_wrap_diagnostics", "-e",
5353
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r", "-DMBED_DEBUG",
54-
"-DMBED_TRAP_ERRORS_ENABLED=1", "--enable_restrict",
55-
"--no_path_in_file_macros"],
54+
"-DMBED_TRAP_ERRORS_ENABLED=1", "--enable_restrict"],
5655
"asm": [],
5756
"c": ["--vla"],
5857
"cxx": ["--guard_calls", "--no_static_destruction"],

tools/profiles/develop.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"IAR": {
4747
"common": [
4848
"--no_wrap_diagnostics", "-e",
49-
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict",
50-
"--no_path_in_file_macros"],
49+
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict"],
5150
"asm": [],
5251
"c": ["--vla"],
5352
"cxx": ["--guard_calls", "--no_static_destruction"],

0 commit comments

Comments
 (0)