summaryrefslogtreecommitdiff
path: root/xen/Kconfig.debug
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2017-05-30 16:30:58 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2017-05-30 16:30:58 +0100
commitb3bbdc96e0532f94a69cff3504bdaaca6651a940 (patch)
tree54d53e75b19b61a3efa1946e879ecdd47d293d52 /xen/Kconfig.debug
parent876800d5f9de8b15355172794cb82f505dd26e18 (diff)
Branch Xen 4.9: Make staging be an unstable branch
Config.mk MINIOS_UPSTREAM_REVISION } changed from tag to equivalent QEMU_TRADITIONAL_REVISION } specific commit hash QEMU_UPSTREAM_REVISION now tracking master again README, xen/Makefile Update version number */configure Reran autoconf; only change is version number tools/Rules.mk, xen/Kconfig.debug Enable debug. Reverts 229ff3125b3d "Use non-debug build for Xen 4.9". Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'xen/Kconfig.debug')
-rw-r--r--xen/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug
index e01a194091..689f2974c0 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -3,7 +3,7 @@ menu "Debugging Options"
config DEBUG
bool "Developer Checks"
- default n
+ default y
---help---
If you say Y here this will enable developer checks such as asserts
and extra printks. This option is intended for development purposes