Re: [dpdk-dev] [PATCH] lib: restore developer mode checks

2021-05-05 Thread Thomas Monjalon
05/05/2021 17:34, Bruce Richardson: > On Wed, May 05, 2021 at 04:21:05PM +0200, David Marchand wrote: > > Most of the checks on developer_mode have been accidentally dropped. > > Restore them. > > > > Fixes: 7d611e35b077 ("lib: simplify main build file") > > > > Signed-off-by: David Marchand > >

Re: [dpdk-dev] [PATCH] lib: restore developer mode checks

2021-05-05 Thread Bruce Richardson
On Wed, May 05, 2021 at 04:21:05PM +0200, David Marchand wrote: > Most of the checks on developer_mode have been accidentally dropped. > Restore them. > > Fixes: 7d611e35b077 ("lib: simplify main build file") > > Signed-off-by: David Marchand > --- Thanks. Acked-by: Bruce Richardson

[dpdk-dev] [PATCH] lib: restore developer mode checks

2021-05-05 Thread David Marchand
Most of the checks on developer_mode have been accidentally dropped. Restore them. Fixes: 7d611e35b077 ("lib: simplify main build file") Signed-off-by: David Marchand --- lib/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/meson.build b/lib/meson.build in