Commit 8acae77e authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent c714a9f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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