From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v2] devtools/test-meson-build: use shared libraries to save space Date: Fri, 14 Sep 2018 17:21:32 +0100 Message-ID: <1536942092.9609.2.camel@debian.org> References: <20180914161717.15777-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: Bruce Richardson , dev@dpdk.org Return-path: 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 ; Fri, 14 Sep 2018 18:21:35 +0200 (CEST) Received: by mail-wm1-f66.google.com with SMTP id b19-v6so2534399wme.3 for ; Fri, 14 Sep 2018 09:21:35 -0700 (PDT) In-Reply-To: <20180914161717.15777-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > 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 --=20 Kind regards, Luca Boccassi