aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-08-31 11:16:39 +0100
committerRon Yorston <rmy@pobox.com>2021-08-31 11:16:39 +0100
commit0243664edec5a6902063865d6cad3ed828b9b194 (patch)
tree66af09c8c09c561fefe3bbe8568e142e161d74a5
parent420afde92eb83c8c19b856f45491568cfa04a625 (diff)
downloadbusybox-w32-0243664edec5a6902063865d6cad3ed828b9b194.tar.gz
busybox-w32-0243664edec5a6902063865d6cad3ed828b9b194.tar.bz2
busybox-w32-0243664edec5a6902063865d6cad3ed828b9b194.zip
config: turn off DEBUG in default builds
-rw-r--r--configs/mingw32_defconfig2
-rw-r--r--configs/mingw64_defconfig2
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=""
90# 90#
91# Debugging Options 91# Debugging Options
92# 92#
93CONFIG_DEBUG=y 93# CONFIG_DEBUG is not set
94# CONFIG_DEBUG_PESSIMIZE is not set 94# CONFIG_DEBUG_PESSIMIZE is not set
95# CONFIG_DEBUG_SANITIZE is not set 95# CONFIG_DEBUG_SANITIZE is not set
96# CONFIG_UNIT_TEST is not set 96# 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=""
90# 90#
91# Debugging Options 91# Debugging Options
92# 92#
93CONFIG_DEBUG=y 93# CONFIG_DEBUG is not set
94# CONFIG_DEBUG_PESSIMIZE is not set 94# CONFIG_DEBUG_PESSIMIZE is not set
95# CONFIG_DEBUG_SANITIZE is not set 95# CONFIG_DEBUG_SANITIZE is not set
96# CONFIG_UNIT_TEST is not set 96# CONFIG_UNIT_TEST is not set