boards/sim/windows: enable custom options

1. boards/sim: enable child status
2. boards/sim/windows: enable custom options
3. sim/windows: enable hostfs

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2022-12-14 11:53:16 +08:00
committed by Xiang Xiao
parent 86609246e3
commit 415a09115d
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -2004,6 +2004,7 @@ endchoice # Optimization Level
config DEBUG_OPTLEVEL
string "Custom Optimization Level"
default "/O2" if HOST_WINDOWS
default "-O2"
depends on DEBUG_CUSTOMOPT
---help---