From c6974ea84d34acb6170c21e80c80365781e32f75 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:02:14 +0200 Subject: [PATCH] Update Kconfig --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index bb564c2c39162..81077bdeef55d 100644 --- a/Kconfig +++ b/Kconfig @@ -2603,7 +2603,7 @@ endchoice # Optimization Level config DEBUG_OPTLEVEL string "Custom Optimization Level" - default "/O2" if HOST_WINDOWS + default "/O2" if HOST_WINDOWS && !WINDOWS_MSYS default "-O2" depends on DEBUG_CUSTOMOPT ---help---