On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon <tho...@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