From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6742887241853435904 Date: Tue, 15 Oct 2019 02:27:38 -0700 (PDT) From: vijai kumar To: isar-users Message-Id: In-Reply-To: <20191001172544.7426-1-Vijaikumar_Kangarajan@mentor.com> References: <20191001172544.7426-1-Vijaikumar_Kangarajan@mentor.com> Subject: Re: [PATCH] scripts/ci_build.sh: Add right flag for debug MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_8198_518097611.1571131658825" X-Google-Token: EIqilu0FdhVo4bG4qUg0 X-Google-IP: 139.181.36.34 X-TUID: CzH4Ub+u2sRl ------=_Part_8198_518097611.1571131658825 Content-Type: multipart/alternative; boundary="----=_Part_8199_1570910143.1571131658825" ------=_Part_8199_1570910143.1571131658825 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Can this be merged? Thanks, Vijai Kumar K On Tuesday, October 1, 2019 at 10:56:16 PM UTC+5:30, vijai kumar wrote: > > From: Vijai Kumar K > > The right option for enabling debug level is -D. Replace -d with -D. > > Signed-off-by: Vijai Kumar K > --- > scripts/ci_build.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh > index a69cc51..0ff1604 100755 > --- a/scripts/ci_build.sh > +++ b/scripts/ci_build.sh > @@ -96,7 +96,7 @@ do > CROSS_BUILD="1" > ;; > -d|--debug) > - BB_ARGS="$BB_ARGS -d" > + BB_ARGS="$BB_ARGS -D" > ;; > -f|--fast) > # Start build for the reduced set of configurations > -- > 2.17.1 > > ------=_Part_8199_1570910143.1571131658825 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Can this be merged?

Thanks,
V= ijai Kumar K

On Tuesday, October 1, 2019 at 10:56:16 PM UTC+5:30, vi= jai kumar wrote:
From: Vijai Ku= mar K <Vijaikumar_Kanagarajan= @mentor.com>

The right option for enabling debug level is -D. Replace -d with -D.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
=C2=A0scripts/ci_build.sh | 2 +-
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index a69cc51..0ff1604 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -96,7 +96,7 @@ do
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CROSS_BUILD=3D"1"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0;;
=C2=A0 =C2=A0 =C2=A0-d|--debug)
- =C2=A0 =C2=A0 =C2=A0 =C2=A0BB_ARGS=3D"$BB_ARGS -d"
+ =C2=A0 =C2=A0 =C2=A0 =C2=A0BB_ARGS=3D"$BB_ARGS -D"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0;;
=C2=A0 =C2=A0 =C2=A0-f|--fast)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# Start build for the reduced set of = configurations
--=20
2.17.1

------=_Part_8199_1570910143.1571131658825-- ------=_Part_8198_518097611.1571131658825--