Respect crossdirect and ccache build config in cmd_build()
This commit is contained in:
parent
291ddb85ca
commit
c7b2159481
2 changed files with 14 additions and 9 deletions
|
@ -25,6 +25,7 @@ PROFILE_DEFAULTS: Profile = {
|
|||
|
||||
CONFIG_DEFAULTS = {
|
||||
'build': {
|
||||
'ccache': True,
|
||||
'crosscompile': True,
|
||||
'crossdirect': True,
|
||||
'threads': 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue