[dpdk-dev] [PATCH] devtools: test different build types
David Marchand
david.marchand at redhat.com
Fri May 21 17:03:58 CEST 2021
On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon <thomas at monjalon.net> wrote:
> @@ -213,9 +218,10 @@ for c in gcc clang ; do
> abicheck=ABI
init of buildtype var is missing here.
Rest lgtm.
> else
> abicheck=skipABI # save time and disk space
> + buildtype='--buildtype=minsize'
> fi
> export CC="$CCACHE $c"
> - build build-$c-$s $c $abicheck --default-library=$s
> + build build-$c-$s $c $abicheck $buildtype --default-library=$s
> unset CC
> done
> done
--
David Marchand
More information about the dev
mailing list