From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] net/mlx5: Avoid stripping the glue library Date: Tue, 31 Jul 2018 14:31:03 +0100 Message-ID: <1533043863.20916.49.camel@debian.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Adrien Mazarguil To: Timothy Redaelli , Shahaf Shuler , Yongseok Koh Return-path: Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id AB4FFF72 for ; Tue, 31 Jul 2018 15:31:04 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id j5-v6so16690389wrr.8 for ; Tue, 31 Jul 2018 06:31:04 -0700 (PDT) In-Reply-To: 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 Tue, 2018-07-31 at 15:15 +0200, Timothy Redaelli wrote: > Stripping binaries at build time is usually a bad thing since it > makes > impossible to generate (split) debug symbols and this can lead to a > more > difficult debugging. >=20 > CC: Adrien Mazarguil > Fixes: 59b91bec12c6 ("net/mlx5: spawn rdma-core dependency plug-in") >=20 > Signed-off-by: Timothy Redaelli > --- > =C2=A0drivers/net/mlx5/Makefile | 2 +- > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/net/mlx5/Makefile b/drivers/net/mlx5/Makefile > index 75bee4640..2e70dec5b 100644 > --- a/drivers/net/mlx5/Makefile > +++ b/drivers/net/mlx5/Makefile > @@ -409,7 +409,7 @@ endif > =C2=A0$(LIB_GLUE): mlx5_glue.o > =C2=A0 $Q $(LD) $(GLUE_LDFLAGS) $(EXTRA_LDFLAGS) \ > =C2=A0 -Wl,-h,$(LIB_GLUE) \ > - -s -shared -o $@ $< -libverbs -lmlx5 > + -shared -o $@ $< -libverbs -lmlx5 > =C2=A0 > =C2=A0mlx5_glue.o: mlx5_autoconf.h Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi