From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] devtools/test-meson-build: use shared libraries to save space Date: Tue, 18 Sep 2018 15:10:23 +0200 Message-ID: <3678510.nNA3Y7Lhea@xps> References: <20180914161717.15777-1-bruce.richardson@intel.com> <1536942092.9609.2.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Luca Boccassi To: Bruce Richardson Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 58BF0A49 for ; Tue, 18 Sep 2018 15:10:28 +0200 (CEST) In-Reply-To: <1536942092.9609.2.camel@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/09/2018 18:21, Luca Boccassi: > 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. > > > > 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] > > > > V2: fix typo in commit message > > --- > > devtools/test-meson-builds.sh | 9 +++++---- > > 1 file changed, 5 insertions(+), 4 deletions(-) > > Acked-by: Luca Boccassi Applied (without 32-bit part), thanks