public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] scripts/ci_build.sh: Add right flag for debug
@ 2019-10-01 17:25 vijaikumar.kanagarajan
  2019-10-15  9:27 ` vijai kumar
  2019-10-16  7:09 ` Baurzhan Ismagulov
  0 siblings, 2 replies; 3+ messages in thread
From: vijaikumar.kanagarajan @ 2019-10-01 17:25 UTC (permalink / raw)
  To: isar-users
  Cc: henning.schild, ibr, claudius.heine.ext, jan.kiszka, Vijai Kumar K

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-16  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 17:25 [PATCH] scripts/ci_build.sh: Add right flag for debug vijaikumar.kanagarajan
2019-10-15  9:27 ` vijai kumar
2019-10-16  7:09 ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox