xen: disable debug build
authorWei Liu <wei.liu2@citrix.com>
Mon, 31 Oct 2016 17:01:12 +0000 (17:01 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 3 Nov 2016 10:40:33 +0000 (10:40 +0000)
Xen debug build is controlled by Kconfig.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/Kconfig.debug

index e9f7dcd66f9f0c00dcda1d2fdfaf9324dac28757..b3bb08546c790739975d2da2801a988fca1f5a2e 100644 (file)
@@ -3,7 +3,7 @@ menu "Debugging Options"
 
 config DEBUG
        bool "Developer Checks"
-       default y
+       default n
        ---help---
          If you say Y here this will enable developer checks such as asserts
          and extra printks. This option is intended for development purposes