Skip to content

Commit

Permalink
Update Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 committed Oct 8, 2024
1 parent 8d2e922 commit c6974ea
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 c6974ea

Please sign in to comment.