From 6d7576a3090e4977a96c4d275619514e97272cb6 Mon Sep 17 00:00:00 2001 From: Steven Cartmell Date: Mon, 19 Mar 2018 13:22:33 +0000 Subject: [PATCH] Remove IAR compiler flag change from PR --- tools/profiles/debug.json | 3 +-- tools/profiles/develop.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/profiles/debug.json b/tools/profiles/debug.json index 33af224240..b5229e2e1a 100644 --- a/tools/profiles/debug.json +++ b/tools/profiles/debug.json @@ -51,8 +51,7 @@ "common": [ "--no_wrap_diagnostics", "-e", "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r", "-DMBED_DEBUG", - "-DMBED_TRAP_ERRORS_ENABLED=1", "--enable_restrict", - "--no_path_in_file_macros"], + "-DMBED_TRAP_ERRORS_ENABLED=1", "--enable_restrict"], "asm": [], "c": ["--vla"], "cxx": ["--guard_calls", "--no_static_destruction"], diff --git a/tools/profiles/develop.json b/tools/profiles/develop.json index 720c0ff843..7858826722 100644 --- a/tools/profiles/develop.json +++ b/tools/profiles/develop.json @@ -46,8 +46,7 @@ "IAR": { "common": [ "--no_wrap_diagnostics", "-e", - "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict", - "--no_path_in_file_macros"], + "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-Oh", "--enable_restrict"], "asm": [], "c": ["--vla"], "cxx": ["--guard_calls", "--no_static_destruction"],