From b3bbdc96e0532f94a69cff3504bdaaca6651a940 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 May 2017 16:30:58 +0100 Subject: 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 --- xen/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/Kconfig.debug') 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 -- cgit v1.2.3