Re: [dpdk-dev] [PATCH v2] devtools: reduce examples in static builds

2020-04-21 Thread Thomas Monjalon
21/04/2020 08:59, David Marchand: > On Tue, Apr 21, 2020 at 2:31 AM Thomas Monjalon wrote: > > > > Static builds can take a lot of space, so reduce the number of examples > > built when testing those static builds. > > > > As makefile-based build is close to end of life, completely skip examples >

Re: [dpdk-dev] [PATCH v2] devtools: reduce examples in static builds

2020-04-21 Thread David Marchand
On Tue, Apr 21, 2020 at 2:31 AM Thomas Monjalon wrote: > > Static builds can take a lot of space, so reduce the number of examples > built when testing those static builds. > > As makefile-based build is close to end of life, completely skip examples > in case of static linkage with make. > > Sign

[dpdk-dev] [PATCH v2] devtools: reduce examples in static builds

2020-04-20 Thread Thomas Monjalon
Static builds can take a lot of space, so reduce the number of examples built when testing those static builds. As makefile-based build is close to end of life, completely skip examples in case of static linkage with make. Signed-off-by: Thomas Monjalon --- v2: invert logic with meson because s