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 > >