build: default to CONFIG_DEBUG=n
Normal users building SPDK probably won't read CONFIG, so provide a reasonable default of release-mode builds. Change-Id: I2609aa445eabf83bd2cdbe79c548d8c0da7db7e1 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
c714a9f06f
commit
8acae77e42
2
CONFIG
2
CONFIG
@ -32,7 +32,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Build with debug logging. Turn off for performance testing and normal usage
|
# Build with debug logging. Turn off for performance testing and normal usage
|
||||||
CONFIG_DEBUG?=y
|
CONFIG_DEBUG?=n
|
||||||
|
|
||||||
# Build with code coverage instrumentation.
|
# Build with code coverage instrumentation.
|
||||||
CONFIG_COVERAGE=n
|
CONFIG_COVERAGE=n
|
||||||
|
Loading…
Reference in New Issue
Block a user