public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: vijaikumar.kanagarajan@gmail.com
To: isar-users@googlegroups.com
Cc: henning.schild@siemens.com, ibr@radix50.net,
	claudius.heine.ext@siemens.com, jan.kiszka@siemens.com,
	Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Subject: [PATCH] scripts/ci_build.sh: Add right flag for debug
Date: Tue,  1 Oct 2019 22:55:44 +0530	[thread overview]
Message-ID: <20191001172544.7426-1-Vijaikumar_Kangarajan@mentor.com> (raw)

From: Vijai Kumar 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>
---
 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


             reply	other threads:[~2019-10-01 17:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01 17:25 vijaikumar.kanagarajan [this message]
2019-10-15  9:27 ` vijai kumar
2019-10-16  7:09 ` Baurzhan Ismagulov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191001172544.7426-1-Vijaikumar_Kangarajan@mentor.com \
    --to=vijaikumar.kanagarajan@gmail.com \
    --cc=Vijaikumar_Kanagarajan@mentor.com \
    --cc=claudius.heine.ext@siemens.com \
    --cc=henning.schild@siemens.com \
    --cc=ibr@radix50.net \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox