From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <luca.boccassi@gmail.com>
Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com
 [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 15C25A49
 for <dev@dpdk.org>; Fri, 14 Sep 2018 18:21:35 +0200 (CEST)
Received: by mail-wm1-f66.google.com with SMTP id b19-v6so2534399wme.3
 for <dev@dpdk.org>; Fri, 14 Sep 2018 09:21:35 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to
 :references:content-transfer-encoding:mime-version;
 bh=eP9aqnZQ0W725ieA0Axy94W8xp2bVERDDDRwjtJjR9U=;
 b=kIWVswgZWOlTO9Pd2tLp1Yx9KW0q08SmWL/zhKUNQl8pR0jIWOr5FZ64igJzYPdSUA
 3lDxwqbHZymfUkE3+TqLnupvQlS6Wfdnh3V/UY0auptUwayPxuGanKzIxATj8fmObhEj
 T/wNxWFZeohOfMCSm6Z6inp75FN89/UayB9hyvip6BpOusvZ5bLnoNxvK1c5LKsUm8GJ
 4d30UqN3Ukux47Veyz7zmllefbpm0wZ2WLoy+peGWNLifvMZDnOYhUT1zTVx4tH6wcL+
 +en3o2xhEMEHhCR0nh3lWr3yZTz0wC8IMbYboP5DAD2w7znmi668VNkp39ZfHpTf2Wkx
 bjxA==
X-Gm-Message-State: APzg51DciD87wNw8RElvbSZ6T0M7dSdc2bhdhrY5HFRXZPa3wILR1lgD
 LVMeLbewj3Fwpii1YpPySPE=
X-Google-Smtp-Source: ANB0VdZF9HGwPtyxqqVUH8zdIxNKuVTB+dpBX/QWvAe0lo60FzgaAfQ32HW70uDQh+w7E6FCWNXBJg==
X-Received: by 2002:a1c:200c:: with SMTP id
 g12-v6mr2785388wmg.102.1536942094600; 
 Fri, 14 Sep 2018 09:21:34 -0700 (PDT)
Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556])
 by smtp.gmail.com with ESMTPSA id 144-v6sm2509194wma.19.2018.09.14.09.21.33
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Fri, 14 Sep 2018 09:21:33 -0700 (PDT)
Message-ID: <1536942092.9609.2.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org
Date: Fri, 14 Sep 2018 17:21:32 +0100
In-Reply-To: <20180914161717.15777-1-bruce.richardson@intel.com>
References: <20180914161717.15777-1-bruce.richardson@intel.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Evolution 3.22.6-1+deb9u1 
Mime-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2] devtools/test-meson-build: use shared
 libraries to save space
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Sep 2018 16:21:35 -0000

On Fri, 2018-09-14 at 17:17 +0100, Bruce Richardson wrote:
> For usability, the default build type in meson is static, so that
> binaries can be run from the build directory easily. However, static
> builds take more space, so for build-testing purposes default to
> using
> shared builds where possible.
>=20
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
> With this patch applied on Debian 9 (Stretch) the space used by a
> DPDK
> checkout and test builds drops from ~2.5G to <1G. [Including space
> used
> by cross compiles]
>=20
> V2: fix typo in commit message
> ---
> =C2=A0devtools/test-meson-builds.sh | 9 +++++----
> =C2=A01 file changed, 5 insertions(+), 4 deletions(-)

Acked-by: Luca Boccassi <bluca@debian.org>

--=20
Kind regards,
Luca Boccassi