summaryrefslogtreecommitdiff
path: root/xen/Kconfig.debug
diff options
context:
space:
mode:
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 fad3050d4f..4419030235 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -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