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:
Daniel Verkamp 2015-12-08 15:52:54 -07:00
parent c714a9f06f
commit 8acae77e42

2
CONFIG
View File

@ -32,7 +32,7 @@
#
# Build with debug logging. Turn off for performance testing and normal usage
CONFIG_DEBUG?=y
CONFIG_DEBUG?=n
# Build with code coverage instrumentation.
CONFIG_COVERAGE=n