On 5/21/21 6:03 PM, David Marchand wrote:
On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon wrote:
@@ -213,9 +218,10 @@ for c in gcc clang ; do
abicheck=ABI
init of buildtype var is missing here.
+1
Rest lgtm.
else
abiche
On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon 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
> +
All builds were of type debugoptimized.
It is kept only for builds having an ABI check.
Others will have the default build type (release),
except if specified differently as in the x86 generic build
which will be a test of the non-optimized debug build type.
Some static builds will test the minsize
3 matches
Mail list logo