From 144e97bf63b87607223787ac4bf7d30038b95096 Mon Sep 17 00:00:00 2001 From: Michel Jaouen Date: Thu, 6 Oct 2016 16:10:46 +0200 Subject: [PATCH] [IAR build] fix debug build with option --profile ./tools/profiles/debug.json --- tools/profiles/debug.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profiles/debug.json b/tools/profiles/debug.json index d776dca9215..bcc4b4be1b3 100644 --- a/tools/profiles/debug.json +++ b/tools/profiles/debug.json @@ -34,7 +34,7 @@ }, "IAR": { "common": [ - "--no_wrap_diagnostics", "non-native end of line sequence", "-e", + "--no_wrap_diagnostics", "-e", "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"], "asm": [], "c": ["--vla"],