From 0243664edec5a6902063865d6cad3ed828b9b194 Mon Sep 17 00:00:00 2001
From: Ron Yorston <rmy@pobox.com>
Date: Tue, 31 Aug 2021 11:16:39 +0100
Subject: config: turn off DEBUG in default builds

---
 configs/mingw32_defconfig | 2 +-
 configs/mingw64_defconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index 179af2f67..1e0f444e1 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -90,7 +90,7 @@ CONFIG_PREFIX=""
 #
 # Debugging Options
 #
-CONFIG_DEBUG=y
+# CONFIG_DEBUG is not set
 # CONFIG_DEBUG_PESSIMIZE is not set
 # CONFIG_DEBUG_SANITIZE is not set
 # CONFIG_UNIT_TEST is not set
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index f9be9aab2..c9f2ae747 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -90,7 +90,7 @@ CONFIG_PREFIX=""
 #
 # Debugging Options
 #
-CONFIG_DEBUG=y
+# CONFIG_DEBUG is not set
 # CONFIG_DEBUG_PESSIMIZE is not set
 # CONFIG_DEBUG_SANITIZE is not set
 # CONFIG_UNIT_TEST is not set
-- 
cgit v1.2.3-55-g6feb