net/mlx5: avoid stripping the glue library
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. Fixes: 59b91bec12c6 ("net/mlx5: spawn rdma-core dependency plug-in") Cc: stable@dpdk.org Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Acked-by: Luca Boccassi <bluca@debian.org> Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
This commit is contained in:
parent
d7a4e99d84
commit
c7684b6be4
@ -409,7 +409,7 @@ endif
|
||||
$(LIB_GLUE): mlx5_glue.o
|
||||
$Q $(LD) $(GLUE_LDFLAGS) $(EXTRA_LDFLAGS) \
|
||||
-Wl,-h,$(LIB_GLUE) \
|
||||
-s -shared -o $@ $< -libverbs -lmlx5
|
||||
-shared -o $@ $< -libverbs -lmlx5
|
||||
|
||||
mlx5_glue.o: mlx5_autoconf.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user