build: enable a developer mode setting
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 25 Feb 2021 15:29:01 +0000 (15:29 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 9 Apr 2021 17:07:25 +0000 (19:07 +0200)
commitbc4617433845c39af339ca76afd6f00a706169c5
tree0e6313ddd49790a635fd011a91fe2c7d1e62f984
parentaf68c1d699be6c369e296b775bdbf13ae18b79cc
build: enable a developer mode setting

To allow support for additional build checks and tests only really
relevant for developers, we add support for a developer mode option to
DPDK. The default, "auto", value for this enables developer mode if a
".git" folder is found at the root of the source tree - as was the case
with the previous "make" build system. There is also support for
explicitly enabling or disabling this option using "meson configure" if
so desired.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/guides/contributing/coding_style.rst
meson.build
meson_options.txt