Skip to content

Commit

Permalink
Update Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 committed Oct 9, 2024
1 parent bb73cb8 commit 26ba279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit 26ba279

Please sign in to comment.